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.


构造方法摘要
JAllowableListValues()
           
 
方法摘要
 List<String> getValues()
           
 String getValueType()
           
 void setValues(List<String> values)
           
 void setValueType(String valueType)
           
 com.wordnik.swagger.model.AllowableListValues toSwaggerModel()
           
 
从类 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.