public class ConstraintRange extends AbstractModel
Constructor and Description |
---|
ConstraintRange() |
Modifier and Type | Method and Description |
---|---|
String |
getMax()
Get Maximum value when constraint type is `section`
|
String |
getMin()
Get Minimum value when constraint type is `section`
|
void |
setMax(String Max)
Set Maximum value when constraint type is `section`
|
void |
setMin(String Min)
Set Minimum value when constraint type is `section`
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getMin()
public void setMin(String Min)
Min
- Minimum value when constraint type is `section`public String getMax()
public void setMax(String Max)
Max
- Maximum value when constraint type is `section`Copyright © 2020. All rights reserved.