Constructor and Description |
---|
WallClockTimestamp() |
WallClockTimestamp(long timestamp) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Timestamp o) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
long |
unixTimestamp()
Returns the unixTimestamp.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isNewerThan, isOlderThan
public WallClockTimestamp()
public WallClockTimestamp(long timestamp)
public int compareTo(Timestamp o)
compareTo
in interface java.lang.Comparable<Timestamp>
public int hashCode()
public boolean equals(java.lang.Object obj)
public java.lang.String toString()
toString
in class java.lang.Object
public long unixTimestamp()