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

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

public class JAllowableRangeValues
extends JAllowableValues

Created by chekong on 10/11/14.


构造方法摘要
JAllowableRangeValues()
           
 
方法摘要
 String getMax()
           
 String getMin()
           
 void setMax(String max)
           
 void setMin(String min)
           
 com.wordnik.swagger.model.AllowableRangeValues toSwaggerModel()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JAllowableRangeValues

public JAllowableRangeValues()
方法详细信息

setMin

public void setMin(String min)

setMax

public void setMax(String max)

getMin

public String getMin()

getMax

public String getMax()

toSwaggerModel

public com.wordnik.swagger.model.AllowableRangeValues toSwaggerModel()


Copyright © 2015. All Rights Reserved.