public final class BatchRecordEventsRequest
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 Games 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BatchRecordEventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchRecordEventsRequest |
clone() |
String |
getDroidGuardBlob()
Optional.
|
List<PlayerGameEvent> |
getEvents()
Required.
|
String |
getPackageName()
Required.
|
String |
getRequestTime()
Required.
|
String |
getSalt()
Optional.
|
BatchRecordEventsRequest |
set(String fieldName,
Object value) |
BatchRecordEventsRequest |
setDroidGuardBlob(String droidGuardBlob)
Optional.
|
BatchRecordEventsRequest |
setEvents(List<PlayerGameEvent> events)
Required.
|
BatchRecordEventsRequest |
setPackageName(String packageName)
Required.
|
BatchRecordEventsRequest |
setRequestTime(String requestTime)
Required.
|
BatchRecordEventsRequest |
setSalt(String salt)
Optional.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDroidGuardBlob()
null for nonepublic BatchRecordEventsRequest setDroidGuardBlob(String droidGuardBlob)
droidGuardBlob - droidGuardBlob or null for nonepublic List<PlayerGameEvent> getEvents()
null for nonepublic BatchRecordEventsRequest setEvents(List<PlayerGameEvent> events)
events - events or null for nonepublic String getPackageName()
null for nonepublic BatchRecordEventsRequest setPackageName(String packageName)
packageName - packageName or null for nonepublic String getRequestTime()
null for nonepublic BatchRecordEventsRequest setRequestTime(String requestTime)
requestTime - requestTime or null for nonepublic String getSalt()
null for nonepublic BatchRecordEventsRequest setSalt(String salt)
salt - salt or null for nonepublic BatchRecordEventsRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic BatchRecordEventsRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.