com.github.kongchen.swagger.docgen.remote.model
类 JApiInfo
java.lang.Object
com.github.kongchen.swagger.docgen.remote.model.JApiInfo
- 所有已实现的接口:
- CanBeSwaggerModel<com.wordnik.swagger.model.ApiInfo>
public class JApiInfo
- extends Object
- implements CanBeSwaggerModel<com.wordnik.swagger.model.ApiInfo>
Created by chekong on 10/11/14.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JApiInfo
public JApiInfo()
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getTermsOfServiceUrl
public String getTermsOfServiceUrl()
setTermsOfServiceUrl
public void setTermsOfServiceUrl(String termsOfServiceUrl)
getContact
public String getContact()
setContact
public void setContact(String contact)
getLicense
public String getLicense()
setLicense
public void setLicense(String license)
getLicenseUrl
public String getLicenseUrl()
setLicenseUrl
public void setLicenseUrl(String licenseUrl)
toSwaggerModel
public com.wordnik.swagger.model.ApiInfo toSwaggerModel()
- 指定者:
- 接口
CanBeSwaggerModel<com.wordnik.swagger.model.ApiInfo> 中的 toSwaggerModel
Copyright © 2015. All Rights Reserved.