public final class TurnBasedAutoMatchingCriteria extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TurnBasedAutoMatchingCriteria() |
| Modifier and Type | Method and Description |
|---|---|
TurnBasedAutoMatchingCriteria |
clone() |
Long |
getExclusiveBitmask()
A bitmask indicating when auto-matches are valid.
|
String |
getKind()
Uniquely identifies the type of this resource.
|
Integer |
getMaxAutoMatchingPlayers()
The maximum number of players that should be added to the match by auto-matching.
|
Integer |
getMinAutoMatchingPlayers()
The minimum number of players that should be added to the match by auto-matching.
|
TurnBasedAutoMatchingCriteria |
set(String fieldName,
Object value) |
TurnBasedAutoMatchingCriteria |
setExclusiveBitmask(Long exclusiveBitmask)
A bitmask indicating when auto-matches are valid.
|
TurnBasedAutoMatchingCriteria |
setKind(String kind)
Uniquely identifies the type of this resource.
|
TurnBasedAutoMatchingCriteria |
setMaxAutoMatchingPlayers(Integer maxAutoMatchingPlayers)
The maximum number of players that should be added to the match by auto-matching.
|
TurnBasedAutoMatchingCriteria |
setMinAutoMatchingPlayers(Integer minAutoMatchingPlayers)
The minimum number of players that should be added to the match by auto-matching.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Long getExclusiveBitmask()
null for nonepublic TurnBasedAutoMatchingCriteria setExclusiveBitmask(Long exclusiveBitmask)
exclusiveBitmask - exclusiveBitmask or null for nonepublic String getKind()
null for nonepublic TurnBasedAutoMatchingCriteria setKind(String kind)
kind - kind or null for nonepublic Integer getMaxAutoMatchingPlayers()
null for nonepublic TurnBasedAutoMatchingCriteria setMaxAutoMatchingPlayers(Integer maxAutoMatchingPlayers)
maxAutoMatchingPlayers - maxAutoMatchingPlayers or null for nonepublic Integer getMinAutoMatchingPlayers()
null for nonepublic TurnBasedAutoMatchingCriteria setMinAutoMatchingPlayers(Integer minAutoMatchingPlayers)
minAutoMatchingPlayers - minAutoMatchingPlayers or null for nonepublic TurnBasedAutoMatchingCriteria set(String fieldName, Object value)
set in class GenericJsonpublic TurnBasedAutoMatchingCriteria clone()
clone in class GenericJson