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