Class Response

java.lang.Object
com.kingsrook.qqq.openapi.model.Response

public class Response extends Object
  • Constructor Details

    • Response

      public Response()
  • Method Details

    • getDescription

      public String getDescription()
      Getter for description
    • setDescription

      public void setDescription(String description)
      Setter for description
    • withDescription

      public Response withDescription(String description)
      Fluent setter for description
    • getRef

      public String getRef()
      Getter for ref
    • setRef

      public void setRef(String ref)
      Setter for ref
    • withRef

      public Response withRef(String ref)
      Fluent setter for ref
    • getContent

      public Map<String,Content> getContent()
      Getter for content
    • setContent

      public void setContent(Map<String,Content> content)
      Setter for content
    • withContent

      public Response withContent(Map<String,Content> content)
      Fluent setter for content