com.github.kongchen.swagger.docgen.remote.model
类 JModelRef
java.lang.Object
com.github.kongchen.swagger.docgen.remote.model.JModelRef
- 所有已实现的接口:
- CanBeSwaggerModel<com.wordnik.swagger.model.ModelRef>
public class JModelRef
- extends Object
- implements CanBeSwaggerModel<com.wordnik.swagger.model.ModelRef>
Created by chekong on 10/11/14.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JModelRef
public JModelRef()
setType
public void setType(String type)
setRef
public void setRef(String ref)
setQualifiedType
public void setQualifiedType(String qualifiedType)
getType
public String getType()
getRef
public String getRef()
getQualifiedType
public String getQualifiedType()
toSwaggerModel
public com.wordnik.swagger.model.ModelRef toSwaggerModel()
- 指定者:
- 接口
CanBeSwaggerModel<com.wordnik.swagger.model.ModelRef> 中的 toSwaggerModel
Copyright © 2015. All Rights Reserved.