| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
static Run.StatusEnum |
Run.StatusEnum.fromValue(String text) |
Run.StatusEnum |
Run.getStatus()
Get status
|
Run.StatusEnum |
Run.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Run.StatusEnum |
Run.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Run.StatusEnum[] |
Run.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Run.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Run.StatusEnum enumeration) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.