com.github.kongchen.swagger.docgen.remote.model
类 JApiListingReference

java.lang.Object
  继承者 com.github.kongchen.swagger.docgen.remote.model.JApiListingReference
所有已实现的接口:
CanBeSwaggerModel<com.wordnik.swagger.model.ApiListingReference>

public class JApiListingReference
extends Object
implements CanBeSwaggerModel<com.wordnik.swagger.model.ApiListingReference>

Created by chekong on 10/11/14.


构造方法摘要
JApiListingReference()
           
 
方法摘要
 String getDescription()
           
 String getPath()
           
 int getPosition()
           
 void setDescription(String description)
           
 void setPath(String path)
           
 void setPosition(int position)
           
 com.wordnik.swagger.model.ApiListingReference toSwaggerModel()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JApiListingReference

public JApiListingReference()
方法详细信息

getPath

public String getPath()

setPath

public void setPath(String path)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getPosition

public int getPosition()

setPosition

public void setPosition(int position)

toSwaggerModel

public com.wordnik.swagger.model.ApiListingReference toSwaggerModel()
指定者:
接口 CanBeSwaggerModel<com.wordnik.swagger.model.ApiListingReference> 中的 toSwaggerModel


Copyright © 2015. All Rights Reserved.