public final class EventPeriodUpdate
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 Google Play Game Services API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
EventPeriodUpdate() |
| Modifier and Type | Method and Description |
|---|---|
EventPeriodUpdate |
clone() |
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
EventPeriodRange |
getTimePeriod()
The time period being covered by this update.
|
java.util.List<EventUpdateRequest> |
getUpdates()
The updates being made for this time period.
|
EventPeriodUpdate |
set(java.lang.String fieldName,
java.lang.Object value) |
EventPeriodUpdate |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
EventPeriodUpdate |
setTimePeriod(EventPeriodRange timePeriod)
The time period being covered by this update.
|
EventPeriodUpdate |
setUpdates(java.util.List<EventUpdateRequest> updates)
The updates being made for this time period.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getKind()
null for nonepublic EventPeriodUpdate setKind(java.lang.String kind)
kind - kind or null for nonepublic EventPeriodRange getTimePeriod()
null for nonepublic EventPeriodUpdate setTimePeriod(EventPeriodRange timePeriod)
timePeriod - timePeriod or null for nonepublic java.util.List<EventUpdateRequest> getUpdates()
null for nonepublic EventPeriodUpdate setUpdates(java.util.List<EventUpdateRequest> updates)
updates - updates or null for nonepublic EventPeriodUpdate set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic EventPeriodUpdate clone()
clone in class com.google.api.client.json.GenericJson