public static class Runtime.Timestamp
extends java.lang.Object
Constructor and Description |
---|
Timestamp(long epochMillis) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static Runtime.Timestamp |
fromJson(java.lang.Number timestamp) |
int |
hashCode() |
long |
toMillis() |
java.lang.String |
toString() |
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public long toMillis()
public static Runtime.Timestamp fromJson(java.lang.Number timestamp)