public final class RoomAutoMatchingCriteria
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 |
|---|
RoomAutoMatchingCriteria() |
| Modifier and Type | Method and Description |
|---|---|
RoomAutoMatchingCriteria |
clone() |
java.lang.Long |
getExclusiveBitmask()
A bitmask indicating when auto-matches are valid.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.Integer |
getMaxAutoMatchingPlayers()
The maximum number of players that should be added to the room by auto-matching.
|
java.lang.Integer |
getMinAutoMatchingPlayers()
The minimum number of players that should be added to the room by auto-matching.
|
RoomAutoMatchingCriteria |
set(java.lang.String fieldName,
java.lang.Object value) |
RoomAutoMatchingCriteria |
setExclusiveBitmask(java.lang.Long exclusiveBitmask)
A bitmask indicating when auto-matches are valid.
|
RoomAutoMatchingCriteria |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
RoomAutoMatchingCriteria |
setMaxAutoMatchingPlayers(java.lang.Integer maxAutoMatchingPlayers)
The maximum number of players that should be added to the room by auto-matching.
|
RoomAutoMatchingCriteria |
setMinAutoMatchingPlayers(java.lang.Integer minAutoMatchingPlayers)
The minimum number of players that should be added to the room by auto-matching.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getExclusiveBitmask()
null for nonepublic RoomAutoMatchingCriteria setExclusiveBitmask(java.lang.Long exclusiveBitmask)
exclusiveBitmask - exclusiveBitmask or null for nonepublic java.lang.String getKind()
null for nonepublic RoomAutoMatchingCriteria setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Integer getMaxAutoMatchingPlayers()
null for nonepublic RoomAutoMatchingCriteria setMaxAutoMatchingPlayers(java.lang.Integer maxAutoMatchingPlayers)
maxAutoMatchingPlayers - maxAutoMatchingPlayers or null for nonepublic java.lang.Integer getMinAutoMatchingPlayers()
null for nonepublic RoomAutoMatchingCriteria setMinAutoMatchingPlayers(java.lang.Integer minAutoMatchingPlayers)
minAutoMatchingPlayers - minAutoMatchingPlayers or null for nonepublic RoomAutoMatchingCriteria set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic RoomAutoMatchingCriteria clone()
clone in class com.google.api.client.json.GenericJson