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