Package io.constructor.client.models
Class AllTasksResponse
java.lang.Object
io.constructor.client.models.AllTasksResponse
Constructor.io All Tasks Response ... uses Gson/Reflection to load data in
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTasks()
int
void
setStatusCounts
(StatusCounts statusCounts) void
void
setTotalCount
(int totalCount)
-
Constructor Details
-
AllTasksResponse
public AllTasksResponse()
-
-
Method Details
-
getTotalCount
public int getTotalCount()- Returns:
- the total_count
-
getTasks
- Returns:
- the tasks
-
getStatusCounts
- Returns:
- the status_counts
-
setTotalCount
public void setTotalCount(int totalCount) -
setTasks
-
setStatusCounts
-