public class ConstraintRange extends AbstractModel
header, skipSign| 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 约束类型为section时的最大值 | 
| String | getMin()Get 约束类型为section时的最小值 | 
| void | setMax(String Max)Set 约束类型为section时的最大值 | 
| void | setMin(String Min)Set 约束类型为section时的最小值 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ConstraintRange()
public ConstraintRange(ConstraintRange source)
public String getMin()
public void setMin(String Min)
Min - 约束类型为section时的最小值public String getMax()
public void setMax(String Max)
Max - 约束类型为section时的最大值Copyright © 2025. All rights reserved.