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.


构造方法摘要
ApiSourceInfo()
           
 
方法摘要
 String getContact()
           
 String getDescription()
           
 String getLicense()
           
 String getLicenseUrl()
           
 String getTermsOfServiceUrl()
           
 String getTitle()
           
 void setContact(String contact)
           
 void setDescription(String description)
           
 void setLicense(String license)
           
 void setLicenseUrl(String licenseUrl)
           
 void setTermsOfServiceUrl(String termsOfServiceUrl)
           
 void setTitle(String title)
           
 
从类 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 © 2015. All Rights Reserved.