public class InlineResponse20011 extends Object
| Constructor | Description |
|---|---|
InlineResponse20011() |
| Modifier and Type | Method | Description |
|---|---|---|
InlineResponse20011 |
addDevicesItem(InlineResponse20011Devices devicesItem) |
|
InlineResponse20011 |
count(Integer count) |
|
InlineResponse20011 |
devices(List<InlineResponse20011Devices> devices) |
|
boolean |
equals(Object o) |
|
Integer |
getCount() |
Results for this page, this could be below the limit.
|
List<InlineResponse20011Devices> |
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() |
|
InlineResponse20011 |
limit(Integer limit) |
|
InlineResponse20011 |
offset(Integer offset) |
|
void |
setCount(Integer count) |
|
void |
setDevices(List<InlineResponse20011Devices> devices) |
|
void |
setLimit(Integer limit) |
|
void |
setOffset(Integer offset) |
|
void |
setSort(String sort) |
|
void |
setTotalCount(Integer totalCount) |
|
InlineResponse20011 |
sort(String sort) |
|
String |
toString() |
|
InlineResponse20011 |
totalCount(Integer totalCount) |
public InlineResponse20011 totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public InlineResponse20011 offset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
public InlineResponse20011 limit(Integer limit)
public Integer getLimit()
public void setLimit(Integer limit)
public InlineResponse20011 sort(String sort)
public String getSort()
public void setSort(String sort)
public InlineResponse20011 count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public InlineResponse20011 devices(List<InlineResponse20011Devices> devices)
public InlineResponse20011 addDevicesItem(InlineResponse20011Devices devicesItem)
public List<InlineResponse20011Devices> getDevices()
public void setDevices(List<InlineResponse20011Devices> devices)
Copyright © 2026. All rights reserved.