Class ConstraintRange
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mariadb.v20170312.models.ConstraintRange
-
public class ConstraintRange extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ConstraintRange
public ConstraintRange()
-
ConstraintRange
public 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.
-
-
Method Detail
-
getMin
public String getMin()
Get 约束类型为section时的最小值- Returns:
- Min 约束类型为section时的最小值
-
setMin
public void setMin(String Min)
Set 约束类型为section时的最小值- Parameters:
Min
- 约束类型为section时的最小值
-
getMax
public String getMax()
Get 约束类型为section时的最大值- Returns:
- Max 约束类型为section时的最大值
-
setMax
public void setMax(String Max)
Set 约束类型为section时的最大值- Parameters:
Max
- 约束类型为section时的最大值
-
-