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.


构造方法摘要
JApiInfo()
           
 
方法摘要
 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)
           
 com.wordnik.swagger.model.ApiInfo toSwaggerModel()
           
 
从类 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.