com.github.kongchen.swagger.docgen.mavenplugin
类 ApiSourceInfo
java.lang.Object
com.github.kongchen.swagger.docgen.mavenplugin.ApiSourceInfo
public class ApiSourceInfo
- extends Object
Created by chekong on 8/15/14.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApiSourceInfo
public ApiSourceInfo()
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)
Copyright © 2014. All Rights Reserved.