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.
| 从类 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.