public class InlineResponse2005 extends Object
| Constructor and Description |
|---|
InlineResponse2005() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2005 |
addDevicesItem(InlineResponse2005Devices devicesItem) |
InlineResponse2005 |
count(Integer count) |
InlineResponse2005 |
devices(List<InlineResponse2005Devices> devices) |
boolean |
equals(Object o) |
Integer |
getCount()
Results for this page, this could be below the limit.
|
List<InlineResponse2005Devices> |
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: `submitTimeUtc:desc`
|
Integer |
getTotalCount()
Total number of results.
|
int |
hashCode() |
InlineResponse2005 |
limit(Integer limit) |
InlineResponse2005 |
offset(Integer offset) |
void |
setCount(Integer count) |
void |
setDevices(List<InlineResponse2005Devices> devices) |
void |
setLimit(Integer limit) |
void |
setOffset(Integer offset) |
void |
setSort(String sort) |
void |
setTotalCount(Integer totalCount) |
InlineResponse2005 |
sort(String sort) |
String |
toString() |
InlineResponse2005 |
totalCount(Integer totalCount) |
public InlineResponse2005 totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public InlineResponse2005 offset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
public InlineResponse2005 limit(Integer limit)
public Integer getLimit()
public void setLimit(Integer limit)
public InlineResponse2005 sort(String sort)
public String getSort()
public void setSort(String sort)
public InlineResponse2005 count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public InlineResponse2005 devices(List<InlineResponse2005Devices> devices)
public InlineResponse2005 addDevicesItem(InlineResponse2005Devices devicesItem)
public List<InlineResponse2005Devices> getDevices()
public void setDevices(List<InlineResponse2005Devices> devices)
Copyright © 2025. All rights reserved.