public final class LastModifiedInfo
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the DCM/DFA Reporting And Trafficking API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
LastModifiedInfo() |
| Modifier and Type | Method and Description |
|---|---|
LastModifiedInfo |
clone() |
java.lang.Long |
getTime()
Timestamp of the last change in milliseconds since epoch.
|
LastModifiedInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
LastModifiedInfo |
setTime(java.lang.Long time)
Timestamp of the last change in milliseconds since epoch.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getTime()
null for nonepublic LastModifiedInfo setTime(java.lang.Long time)
time - time or null for nonepublic LastModifiedInfo set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LastModifiedInfo clone()
clone in class com.google.api.client.json.GenericJson