public class DeviceTypesEnvelope extends Object
| Constructor and Description |
|---|
DeviceTypesEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
DeviceTypesEnvelope |
count(Integer count) |
DeviceTypesEnvelope |
data(DeviceTypeArray data) |
boolean |
equals(Object o) |
Integer |
getCount() |
DeviceTypeArray |
getData() |
Integer |
getOffset() |
Integer |
getTotal() |
int |
hashCode() |
DeviceTypesEnvelope |
offset(Integer offset) |
void |
setCount(Integer count) |
void |
setData(DeviceTypeArray data) |
void |
setOffset(Integer offset) |
void |
setTotal(Integer total) |
String |
toString() |
DeviceTypesEnvelope |
total(Integer total) |
public DeviceTypesEnvelope total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public DeviceTypesEnvelope count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public DeviceTypesEnvelope offset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
public DeviceTypesEnvelope data(DeviceTypeArray data)
public DeviceTypeArray getData()
public void setData(DeviceTypeArray data)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2016. All rights reserved.