Class IntegerRange
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.IntegerRange
-
public class IntegerRange extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description IntegerRange()
IntegerRange(IntegerRange 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 Long
getLowerBound()
Get 按整形代表值的下限检索。Long
getUpperBound()
Get 按整形代表值的上限检索。void
setLowerBound(Long LowerBound)
Set 按整形代表值的下限检索。void
setUpperBound(Long UpperBound)
Set 按整形代表值的上限检索。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
-
IntegerRange
public IntegerRange()
-
IntegerRange
public IntegerRange(IntegerRange 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
-
getLowerBound
public Long getLowerBound()
Get 按整形代表值的下限检索。- Returns:
- LowerBound 按整形代表值的下限检索。
-
setLowerBound
public void setLowerBound(Long LowerBound)
Set 按整形代表值的下限检索。- Parameters:
LowerBound
- 按整形代表值的下限检索。
-
getUpperBound
public Long getUpperBound()
Get 按整形代表值的上限检索。- Returns:
- UpperBound 按整形代表值的上限检索。
-
setUpperBound
public void setUpperBound(Long UpperBound)
Set 按整形代表值的上限检索。- Parameters:
UpperBound
- 按整形代表值的上限检索。
-
-