public class IntegerRange extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public IntegerRange()
public IntegerRange(IntegerRange source)
public Long getLowerBound()
public void setLowerBound(Long LowerBound)
LowerBound
- 按整形代表值的下限检索。public Long getUpperBound()
public void setUpperBound(Long UpperBound)
UpperBound
- 按整形代表值的上限检索。Copyright © 2022. All rights reserved.