public final class EventPeriodRange
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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
EventPeriodRange() |
Modifier and Type | Method and Description |
---|---|
EventPeriodRange |
clone() |
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.Long |
getPeriodEndMillis()
The time when this update period ends, in millis, since 1970 UTC (Unix Epoch).
|
java.lang.Long |
getPeriodStartMillis()
The time when this update period begins, in millis, since 1970 UTC (Unix Epoch).
|
EventPeriodRange |
set(java.lang.String fieldName,
java.lang.Object value) |
EventPeriodRange |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
EventPeriodRange |
setPeriodEndMillis(java.lang.Long periodEndMillis)
The time when this update period ends, in millis, since 1970 UTC (Unix Epoch).
|
EventPeriodRange |
setPeriodStartMillis(java.lang.Long periodStartMillis)
The time when this update period begins, in millis, since 1970 UTC (Unix Epoch).
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getKind()
null
for nonepublic EventPeriodRange setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.Long getPeriodEndMillis()
null
for nonepublic EventPeriodRange setPeriodEndMillis(java.lang.Long periodEndMillis)
periodEndMillis
- periodEndMillis or null
for nonepublic java.lang.Long getPeriodStartMillis()
null
for nonepublic EventPeriodRange setPeriodStartMillis(java.lang.Long periodStartMillis)
periodStartMillis
- periodStartMillis or null
for nonepublic EventPeriodRange set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public EventPeriodRange clone()
clone
in class com.google.api.client.json.GenericJson