public class LogEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_RUN_I_D |
static String |
SERIALIZED_NAME_TIME |
| Constructor and Description |
|---|
LogEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage()
A description of the event that occurred.
|
String |
getRunID()
the ID of the task that logged
|
OffsetDateTime |
getTime()
Time event occurred, RFC3339Nano.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_TIME
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_RUN_I_D
public OffsetDateTime getTime()
public String getMessage()
public String getRunID()
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.