com.github.kongchen.swagger.docgen.remote.model
类 JAllowableListValues
java.lang.Object
com.github.kongchen.swagger.docgen.remote.model.JAllowableValues
com.github.kongchen.swagger.docgen.remote.model.JAllowableListValues
- 所有已实现的接口:
- CanBeSwaggerModel<com.wordnik.swagger.model.AllowableValues>
public class JAllowableListValues
- extends JAllowableValues
Created by chekong on 10/11/14.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAllowableListValues
public JAllowableListValues()
setValues
public void setValues(List<String> values)
setValueType
public void setValueType(String valueType)
getValues
public List<String> getValues()
getValueType
public String getValueType()
toSwaggerModel
public com.wordnik.swagger.model.AllowableListValues toSwaggerModel()
Copyright © 2015. All Rights Reserved.