Class OutputResponse

  • All Implemented Interfaces:
    SASConstants

    public class OutputResponse
    extends Response

    Created by Jeff Gaynor
    on 8/16/22 at 6:28 AM

    • Field Detail

      • content

        public String content
    • Constructor Detail

      • OutputResponse

        public OutputResponse()
      • OutputResponse

        public OutputResponse​(Action action,
                              String content)
    • Method Detail

      • getContent

        public String getContent()
      • setContent

        public void setContent​(String content)
      • deserialize

        public void deserialize​(net.sf.json.JSONObject json)
        Overrides:
        deserialize in class Response
      • serialize

        public net.sf.json.JSONObject serialize()
        Overrides:
        serialize in class Response