public class Paging extends AbstractModel
Constructor and Description |
---|
Paging() |
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get Quantity
|
Long |
getOffset()
Get Starting position
|
void |
setLimit(Long Limit)
Set Quantity
|
void |
setOffset(Long Offset)
Set Starting position
|
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 getOffset()
public void setOffset(Long Offset)
Offset
- Starting positionpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- QuantityCopyright © 2020. All rights reserved.