public class RunLog 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 |
|---|
RunLog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage()
Get message
|
String |
getRunID()
Get runID
|
String |
getTime()
Get time
|
int |
hashCode() |
RunLog |
message(String message) |
RunLog |
runID(String runID) |
void |
setMessage(String message) |
void |
setRunID(String runID) |
void |
setTime(String time) |
RunLog |
time(String time) |
String |
toString() |
public static final String SERIALIZED_NAME_RUN_I_D
public static final String SERIALIZED_NAME_TIME
public static final String SERIALIZED_NAME_MESSAGE
public String getRunID()
public void setRunID(String runID)
public String getTime()
public void setTime(String time)
public String getMessage()
public void setMessage(String message)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.