Class ActionRequest

java.lang.Object
rocks.imsofa.sjl.ActionRequest

public class ActionRequest extends Object
a request to execute an action the request is sent to the server the server will redirect the request to the app that supports the action
  • Constructor Details

    • ActionRequest

      public ActionRequest(ActionCommand actionCommand, String argsJson, boolean requireResponse, int sourcePort)
    • ActionRequest

      public ActionRequest()
  • Method Details

    • getSourcePort

      public int getSourcePort()
    • setSourcePort

      public void setSourcePort(int sourcePort)
    • getId

      public String getId()
    • isRequireResponse

      public boolean isRequireResponse()
    • setRequireResponse

      public void setRequireResponse(boolean requireResponse)
    • getActionCommand

      public ActionCommand getActionCommand()
    • setActionCommand

      public void setActionCommand(ActionCommand actionCommand)
    • getArgsJson

      public String getArgsJson()
    • setArgsJson

      public void setArgsJson(String argsJson)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object