Class ExecuteAction

  • All Implemented Interfaces:
    SASConstants

    public class ExecuteAction
    extends Action

    Created by Jeff Gaynor
    on 8/15/22 at 10:51 AM

    • Constructor Detail

      • ExecuteAction

        public ExecuteAction()
    • Method Detail

      • getArg

        public String getArg()
      • setArg

        public void setArg​(String arg)
      • serialize

        public net.sf.json.JSONObject serialize()
        Description copied from class: Action
        Typically this is called by the Client during POST
        Overrides:
        serialize in class Action
        Returns:
      • deserialize

        public void deserialize​(net.sf.json.JSONObject json)
        Overrides:
        deserialize in class Action