Class Info


  • public class Info
    extends Object
    • Constructor Detail

      • Info

        public Info()
    • Method Detail

      • version

        public Info version​(String version)
      • description

        public Info description​(String description)
      • termsOfService

        public Info termsOfService​(String termsOfService)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getVersion

        public String getVersion()
      • setVersion

        public void setVersion​(String version)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getTermsOfService

        public String getTermsOfService()
      • setTermsOfService

        public void setTermsOfService​(String termsOfService)
      • getContact

        public Contact getContact()
      • setContact

        public void setContact​(Contact contact)
      • getLicense

        public License getLicense()
      • setLicense

        public void setLicense​(License license)
      • mergeWith

        public Info mergeWith​(Info info)
      • setVendorExtension

        public void setVendorExtension​(String name,
                                       Object value)
      • setVendorExtensions

        public void setVendorExtensions​(Map<String,​Object> vendorExtensions)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object