public static class AutoSwagger2Properties.ApiInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AutoSwagger2Properties.ApiInfo.Contact |
| 构造器和说明 |
|---|
ApiInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
AutoSwagger2Properties.ApiInfo.Contact |
getContact() |
String |
getDescription() |
String |
getLicense() |
String |
getLicenseUrl() |
String |
getTermsOfServiceUrl() |
String |
getTitle() |
String |
getVersion() |
void |
setContact(AutoSwagger2Properties.ApiInfo.Contact contact) |
void |
setDescription(String description) |
void |
setLicense(String license) |
void |
setLicenseUrl(String licenseUrl) |
void |
setTermsOfServiceUrl(String termsOfServiceUrl) |
void |
setTitle(String title) |
void |
setVersion(String version) |
public String getVersion()
public String getTitle()
public String getDescription()
public String getTermsOfServiceUrl()
public String getLicense()
public String getLicenseUrl()
public AutoSwagger2Properties.ApiInfo.Contact getContact()
public void setVersion(String version)
public void setTitle(String title)
public void setDescription(String description)
public void setTermsOfServiceUrl(String termsOfServiceUrl)
public void setLicense(String license)
public void setLicenseUrl(String licenseUrl)
public void setContact(AutoSwagger2Properties.ApiInfo.Contact contact)
Copyright © 2017. All rights reserved.