public class EventTime
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventTime.Serializer |
| Constructor and Description |
|---|
EventTime(int seconds,
int nanoSeconds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static EventTime |
fromEpoch(int epochSeconds) |
static EventTime |
fromEpoch(int epochSeconds,
int nanoSeconds) |
static EventTime |
fromEpochMilli(long epochMilliSecond) |
int |
getNanoSeconds() |
int |
getSeconds() |
int |
hashCode() |
java.lang.String |
toString() |
public static EventTime fromEpoch(int epochSeconds)
public static EventTime fromEpoch(int epochSeconds, int nanoSeconds)
public static EventTime fromEpochMilli(long epochMilliSecond)
public int getSeconds()
public int getNanoSeconds()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object