public final class EventRecordFailure
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 |
|---|
EventRecordFailure() |
| Modifier and Type | Method and Description |
|---|---|
EventRecordFailure |
clone() |
java.lang.String |
getEventId()
The ID of the event that was not updated.
|
java.lang.String |
getFailureCause()
The cause for the update failure.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
EventRecordFailure |
set(java.lang.String fieldName,
java.lang.Object value) |
EventRecordFailure |
setEventId(java.lang.String eventId)
The ID of the event that was not updated.
|
EventRecordFailure |
setFailureCause(java.lang.String failureCause)
The cause for the update failure.
|
EventRecordFailure |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getEventId()
null for nonepublic EventRecordFailure setEventId(java.lang.String eventId)
eventId - eventId or null for nonepublic java.lang.String getFailureCause()
null for nonepublic EventRecordFailure setFailureCause(java.lang.String failureCause)
failureCause - failureCause or null for nonepublic java.lang.String getKind()
null for nonepublic EventRecordFailure setKind(java.lang.String kind)
kind - kind or null for nonepublic EventRecordFailure set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic EventRecordFailure clone()
clone in class com.google.api.client.json.GenericJson