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