public class DailyStatisticsListQueryParams extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DailyStatisticsListQueryParams() |
Modifier and Type | Method and Description |
---|---|
Integer |
getLimit() |
Integer |
getOffset() |
void |
setLimit(Integer limit) |
void |
setOffset(Integer offset) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public Integer getOffset()
public void setOffset(Integer offset)
offset
- Index of the first item to return, starting at 0. Default is 0 (optional)public Integer getLimit()
public void setLimit(Integer limit)
limit
- Maximum number of items to return. Default is 25, maximum is 100 (optional)Copyright © 2022. All rights reserved.