public class Ready extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Ready.StatusEnum
Gets or Sets status
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_STARTED |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_UP |
| Constructor and Description |
|---|
Ready() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getStarted()
Get started
|
Ready.StatusEnum |
getStatus()
Get status
|
String |
getUp()
Get up
|
int |
hashCode() |
void |
setStarted(OffsetDateTime started) |
void |
setUp(String up) |
Ready |
started(OffsetDateTime started) |
String |
toString() |
Ready |
up(String up) |
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_STARTED
public static final String SERIALIZED_NAME_UP
public Ready.StatusEnum getStatus()
public Ready started(OffsetDateTime started)
public OffsetDateTime getStarted()
public void setStarted(OffsetDateTime started)
public String getUp()
public void setUp(String up)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.