public class Event
extends Object
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getText()
The text of the event
|
Integer |
getTextQc()
Quality check flag minimum: 0 maximum: 1
|
String |
getTime()
Timestamp of the event in the ISO 8601
|
int |
hashCode() |
void |
setText(String text) |
void |
setTextQc(Integer textQc) |
void |
setTime(String time) |
Event |
text(String text)
Returns an Event instance initialized with text
|
Event |
textQc(Integer textQc)
Returns an Event instance initialized with textQc
|
Event |
time(String time)
Returns an Event instance initialized with time
|
String |
toString() |
public Event time(String time)
time - Timestamp of the event in the ISO 8601public String getTime()
public void setTime(String time)
public Event text(String text)
text - text of the eventpublic String getText()
public void setText(String text)
public Event textQc(Integer textQc)
textQc - Quality check flagpublic Integer getTextQc()
public void setTextQc(Integer textQc)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object