public class TaskStatusesEnvelope extends Object
| Constructor and Description |
|---|
TaskStatusesEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
TaskStatusesEnvelope |
count(Integer count) |
TaskStatusesEnvelope |
data(TaskStatuses data) |
boolean |
equals(Object o) |
Integer |
getCount() |
TaskStatuses |
getData() |
Integer |
getOffset() |
Integer |
getTotal() |
int |
hashCode() |
TaskStatusesEnvelope |
offset(Integer offset) |
void |
setCount(Integer count) |
void |
setData(TaskStatuses data) |
void |
setOffset(Integer offset) |
void |
setTotal(Integer total) |
String |
toString() |
TaskStatusesEnvelope |
total(Integer total) |
public TaskStatusesEnvelope total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public TaskStatusesEnvelope data(TaskStatuses data)
public TaskStatuses getData()
public void setData(TaskStatuses data)
public TaskStatusesEnvelope offset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
public TaskStatusesEnvelope 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.