public final class RoomAutoMatchStatus
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 |
|---|
RoomAutoMatchStatus() |
| Modifier and Type | Method and Description |
|---|---|
RoomAutoMatchStatus |
clone() |
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.Integer |
getWaitEstimateSeconds()
An estimate for the amount of time (in seconds) that auto-matching is expected to take to
complete.
|
RoomAutoMatchStatus |
set(java.lang.String fieldName,
java.lang.Object value) |
RoomAutoMatchStatus |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
RoomAutoMatchStatus |
setWaitEstimateSeconds(java.lang.Integer waitEstimateSeconds)
An estimate for the amount of time (in seconds) that auto-matching is expected to take to
complete.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getKind()
null for nonepublic RoomAutoMatchStatus setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Integer getWaitEstimateSeconds()
null for nonepublic RoomAutoMatchStatus setWaitEstimateSeconds(java.lang.Integer waitEstimateSeconds)
waitEstimateSeconds - waitEstimateSeconds or null for nonepublic RoomAutoMatchStatus set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic RoomAutoMatchStatus clone()
clone in class com.google.api.client.json.GenericJson