Class CustomActivityRequest
java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.CustomActivityRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the field valueGet the field valuebooleanGet the field valuevoidsetNonBlocking(boolean nonBlocking) Set the field valuevoidsetPayload(String payload) Set the field value
-
Constructor Details
-
CustomActivityRequest
Constructor- Parameters:
action- The name of the action for this activity
-
-
Method Details
-
getAction
Get the field value- Returns:
- The name of the action for this activity
-
getPayload
Get the field value- Returns:
- Data for this activity
-
setPayload
Set the field value- Parameters:
payload- Data for this activity
-
isNonBlocking
public boolean isNonBlocking()Get the field value- Returns:
- If true, then the activity can be stopped in regular execution
-
setNonBlocking
public void setNonBlocking(boolean nonBlocking) Set the field value- Parameters:
nonBlocking- If true, then the activity can be stopped in regular execution
-