public class ConstraintRange extends AbstractModel
Constructor and Description |
---|
ConstraintRange() |
ConstraintRange(ConstraintRange source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getMax()
Get Maximum value when the constraint type is `section`
|
String |
getMin()
Get Minimum value when the constraint type is `section`
|
void |
setMax(String Max)
Set Maximum value when the constraint type is `section`
|
void |
setMin(String Min)
Set Minimum value when the 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 ConstraintRange()
public ConstraintRange(ConstraintRange source)
public String getMin()
public void setMin(String Min)
Min
- Minimum value when the constraint type is `section`public String getMax()
public void setMax(String Max)
Max
- Maximum value when the constraint type is `section`Copyright © 2023. All rights reserved.