Class Info

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

public class Info extends Object
  • Constructor Details

    • Info

      public Info()
  • Method Details

    • getTitle

      public String getTitle()
      Getter for title
    • setTitle

      public void setTitle(String title)
      Setter for title
    • withTitle

      public Info withTitle(String title)
      Fluent setter for title
    • getDescription

      public String getDescription()
      Getter for description
    • setDescription

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

      public Info withDescription(String description)
      Fluent setter for description
    • getTermsOfService

      public String getTermsOfService()
      Getter for termsOfService
    • setTermsOfService

      public void setTermsOfService(String termsOfService)
      Setter for termsOfService
    • withTermsOfService

      public Info withTermsOfService(String termsOfService)
      Fluent setter for termsOfService
    • getContact

      public Contact getContact()
      Getter for contact
    • setContact

      public void setContact(Contact contact)
      Setter for contact
    • withContact

      public Info withContact(Contact contact)
      Fluent setter for contact
    • getVersion

      public String getVersion()
      Getter for version
    • setVersion

      public void setVersion(String version)
      Setter for version
    • withVersion

      public Info withVersion(String version)
      Fluent setter for version