public class Run extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Run.StatusEnum
Gets or Sets status
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FINISHED_AT |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LINKS |
static String |
SERIALIZED_NAME_LOG |
static String |
SERIALIZED_NAME_REQUESTED_AT |
static String |
SERIALIZED_NAME_SCHEDULED_FOR |
static String |
SERIALIZED_NAME_STARTED_AT |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_TASK_I_D |
Constructor and Description |
---|
Run() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getFinishedAt()
Time run finished executing, RFC3339Nano.
|
String |
getId()
Get id
|
RunLinks |
getLinks()
Get links
|
List<RunLog> |
getLog()
An array of logs associated with the run.
|
OffsetDateTime |
getRequestedAt()
Time run was manually requested, RFC3339Nano.
|
OffsetDateTime |
getScheduledFor()
Time used for run's \"now\" option, RFC3339.
|
OffsetDateTime |
getStartedAt()
Time run started executing, RFC3339Nano.
|
Run.StatusEnum |
getStatus()
Get status
|
String |
getTaskID()
Get taskID
|
int |
hashCode() |
Run |
links(RunLinks links) |
Run |
scheduledFor(OffsetDateTime scheduledFor) |
void |
setLinks(RunLinks links) |
void |
setScheduledFor(OffsetDateTime scheduledFor) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_TASK_I_D
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_SCHEDULED_FOR
public static final String SERIALIZED_NAME_LOG
public static final String SERIALIZED_NAME_STARTED_AT
public static final String SERIALIZED_NAME_FINISHED_AT
public static final String SERIALIZED_NAME_REQUESTED_AT
public static final String SERIALIZED_NAME_LINKS
public String getId()
public String getTaskID()
public Run.StatusEnum getStatus()
public Run scheduledFor(OffsetDateTime scheduledFor)
public OffsetDateTime getScheduledFor()
public void setScheduledFor(OffsetDateTime scheduledFor)
public OffsetDateTime getStartedAt()
public OffsetDateTime getFinishedAt()
public OffsetDateTime getRequestedAt()
public RunLinks getLinks()
public void setLinks(RunLinks links)
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.