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