Class Response

    • Constructor Detail

      • Response

        public Response​(String responseType)
      • Response

        public Response()
      • Response

        public Response​(String responseType,
                        Action action)
    • Method Detail

      • getResponseType

        public String getResponseType()
      • setResponseType

        public void setResponseType​(String responseType)
      • getActionType

        public String getActionType()
      • setActionType

        public void setActionType​(String actionType)
      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getState

        public String getState()
      • setState

        public void setState​(String state)
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String comment)
      • init

        public void init​(Action action)
      • deserialize

        public void deserialize​(net.sf.json.JSONObject json)
      • serialize

        public net.sf.json.JSONObject serialize()