public class Tasks extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_LINKS |
static String |
SERIALIZED_NAME_TASKS |
Constructor and Description |
---|
Tasks() |
Modifier and Type | Method and Description |
---|---|
Tasks |
addTasksItem(Task tasksItem) |
boolean |
equals(Object o) |
Links |
getLinks()
Get links
|
List<Task> |
getTasks()
Get tasks
|
int |
hashCode() |
Tasks |
links(Links links) |
void |
setLinks(Links links) |
void |
setTasks(List<Task> tasks) |
Tasks |
tasks(List<Task> tasks) |
String |
toString() |
public static final String SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_TASKS
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.