类 OpenAPIInfo

java.lang.Object
com.github.xiaoymin.knife4j.core.model.OpenAPIInfo

public class OpenAPIInfo extends Object
基础配置信息
从以下版本开始:
作者:
xiaoymin@foxmail.com 2022/8/17 21:34
  • 构造器详细资料

    • OpenAPIInfo

      public OpenAPIInfo()
  • 方法详细资料

    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getConcat

      public String getConcat()
    • setConcat

      public void setConcat(String concat)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getTermsOfServiceUrl

      public String getTermsOfServiceUrl()
    • setTermsOfServiceUrl

      public void setTermsOfServiceUrl(String termsOfServiceUrl)
    • getLicense

      public String getLicense()
    • setLicense

      public void setLicense(String license)
    • getLicenseUrl

      public String getLicenseUrl()
    • setLicenseUrl

      public void setLicenseUrl(String licenseUrl)