public class RunLinks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_RETRY |
static String |
SERIALIZED_NAME_SELF |
static String |
SERIALIZED_NAME_TASK |
| Constructor and Description |
|---|
RunLinks() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getRetry()
Get retry
|
String |
getSelf()
Get self
|
String |
getTask()
Get task
|
int |
hashCode() |
RunLinks |
retry(String retry) |
RunLinks |
self(String self) |
void |
setRetry(String retry) |
void |
setSelf(String self) |
void |
setTask(String task) |
RunLinks |
task(String task) |
String |
toString() |
public static final String SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_TASK
public static final String SERIALIZED_NAME_RETRY
public String getSelf()
public void setSelf(String self)
public String getTask()
public void setTask(String task)
public String getRetry()
public void setRetry(String retry)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.