public class DeviceStatusBatch extends Object
| Constructor and Description |
|---|
DeviceStatusBatch() |
| Modifier and Type | Method and Description |
|---|---|
DeviceStatusBatch |
addDataItem(DeviceStatus dataItem) |
DeviceStatusBatch |
count(Integer count) |
DeviceStatusBatch |
data(List<DeviceStatus> data) |
boolean |
equals(Object o) |
Integer |
getCount() |
List<DeviceStatus> |
getData() |
Integer |
getOffset() |
Integer |
getTotal() |
int |
hashCode() |
DeviceStatusBatch |
offset(Integer offset) |
void |
setCount(Integer count) |
void |
setData(List<DeviceStatus> data) |
void |
setOffset(Integer offset) |
void |
setTotal(Integer total) |
String |
toString() |
DeviceStatusBatch |
total(Integer total) |
public DeviceStatusBatch total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public DeviceStatusBatch offset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
public DeviceStatusBatch data(List<DeviceStatus> data)
public DeviceStatusBatch addDataItem(DeviceStatus dataItem)
public List<DeviceStatus> getData()
public void setData(List<DeviceStatus> data)
public DeviceStatusBatch count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2017. All rights reserved.