public class EventV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
date
Time when the event was recorded.
|
long |
nanos
Time in nanos
|
ApiTimelineEventTypeV3 |
type
type of recorded event
|
| Constructor and Description |
|---|
EventV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String date
public long nanos
public ApiTimelineEventTypeV3 type