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