public class IntegerRange extends AbstractModel
Constructor and Description |
---|
IntegerRange() |
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 Long getLowerBound()
public void setLowerBound(Long LowerBound)
LowerBound
- 按整形代表值的下限检索。public Long getUpperBound()
public void setUpperBound(Long UpperBound)
UpperBound
- 按整形代表值的上限检索。Copyright © 2020. All rights reserved.