Class CustomActivityRequest

java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.CustomActivityRequest

public class CustomActivityRequest extends BaseRequest
  • Constructor Details

    • CustomActivityRequest

      public CustomActivityRequest(String action)
      Constructor
      Parameters:
      action - The name of the action for this activity
  • Method Details

    • getAction

      public String getAction()
      Get the field value
      Returns:
      The name of the action for this activity
    • getPayload

      public String getPayload()
      Get the field value
      Returns:
      Data for this activity
    • setPayload

      public void setPayload(String payload)
      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