public class InlineResponse20010 extends Object
| Constructor and Description |
|---|
InlineResponse20010() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse20010 |
addDevicesItem(InlineResponse20010Devices devicesItem) |
InlineResponse20010 |
count(Integer count) |
InlineResponse20010 |
devices(List<InlineResponse20010Devices> devices) |
boolean |
equals(Object o) |
Integer |
getCount()
Results for this page, this could be below the limit.
|
List<InlineResponse20010Devices> |
getDevices()
A collection of devices
|
Integer |
getLimit()
Controls the maximum number of items that may be returned for a single request.
|
Integer |
getOffset()
Controls the starting point within the collection of results, which defaults to 0.
|
String |
getSort()
A comma separated list of the following form: `terminalCreationDate:desc or serialNumber or terminalUpdationDate`
|
Integer |
getTotalCount()
Total number of results.
|
int |
hashCode() |
InlineResponse20010 |
limit(Integer limit) |
InlineResponse20010 |
offset(Integer offset) |
void |
setCount(Integer count) |
void |
setDevices(List<InlineResponse20010Devices> devices) |
void |
setLimit(Integer limit) |
void |
setOffset(Integer offset) |
void |
setSort(String sort) |
void |
setTotalCount(Integer totalCount) |
InlineResponse20010 |
sort(String sort) |
String |
toString() |
InlineResponse20010 |
totalCount(Integer totalCount) |
public InlineResponse20010 totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public InlineResponse20010 offset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
public InlineResponse20010 limit(Integer limit)
public Integer getLimit()
public void setLimit(Integer limit)
public InlineResponse20010 sort(String sort)
public String getSort()
public void setSort(String sort)
public InlineResponse20010 count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public InlineResponse20010 devices(List<InlineResponse20010Devices> devices)
public InlineResponse20010 addDevicesItem(InlineResponse20010Devices devicesItem)
public List<InlineResponse20010Devices> getDevices()
public void setDevices(List<InlineResponse20010Devices> devices)
Copyright © 2026. All rights reserved.