Class DateTime.SecondsAndNanos
java.lang.Object
com.google.api.client.util.DateTime.SecondsAndNanos
- All Implemented Interfaces:
Serializable
- Enclosing class:
DateTime
A timestamp represented as the number of seconds and nanoseconds since Epoch.
- Since:
- 1.0
- Author:
- Yaniv Inbar
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetNanos()longinthashCode()static DateTime.SecondsAndNanosofSecondsAndNanos(long seconds, int nanos) toString()
-
Method Details
-
ofSecondsAndNanos
-
getSeconds
public long getSeconds() -
getNanos
public int getNanos() -
equals
-
hashCode
-
toString
-