Class GetHelpTopicResponse

  • All Implemented Interfaces:
    QDLSASConstants, edu.uiuc.ncsa.sas.SASConstants

    public class GetHelpTopicResponse
    extends edu.uiuc.ncsa.sas.thing.response.Response
    implements QDLSASConstants

    Created by Jeff Gaynor
    on 8/29/22 at 7:24 AM

    • Constructor Detail

      • GetHelpTopicResponse

        public GetHelpTopicResponse()
      • GetHelpTopicResponse

        public GetHelpTopicResponse​(edu.uiuc.ncsa.sas.thing.action.Action action)
    • Method Detail

      • hasHelp

        public boolean hasHelp()
      • getHelp

        public String getHelp()
      • setHelp

        public void setHelp​(String help)
      • getFunctionHelp

        public String getFunctionHelp()
      • setFunctionHelp

        public void setFunctionHelp​(String functionHelp)
      • hasExample

        public boolean hasExample()
      • getExample

        public String getExample()
      • setExample

        public void setExample​(String example)
      • serialize

        public net.sf.json.JSONObject serialize()
        Overrides:
        serialize in class edu.uiuc.ncsa.sas.thing.response.Response
      • deserialize

        public void deserialize​(net.sf.json.JSONObject json)
        Overrides:
        deserialize in class edu.uiuc.ncsa.sas.thing.response.Response