public final class AggregateStats 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: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AggregateStats() |
| Modifier and Type | Method and Description |
|---|---|
AggregateStats |
clone() |
Long |
getCount()
The number of messages sent between a pair of peers.
|
String |
getKind()
Uniquely identifies the type of this resource.
|
Long |
getMax()
The maximum amount.
|
Long |
getMin()
The minimum amount.
|
Long |
getSum()
The total number of bytes sent for messages between a pair of peers.
|
AggregateStats |
set(String fieldName,
Object value) |
AggregateStats |
setCount(Long count)
The number of messages sent between a pair of peers.
|
AggregateStats |
setKind(String kind)
Uniquely identifies the type of this resource.
|
AggregateStats |
setMax(Long max)
The maximum amount.
|
AggregateStats |
setMin(Long min)
The minimum amount.
|
AggregateStats |
setSum(Long sum)
The total number of bytes sent for messages between a pair of peers.
|
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 Long getCount()
null for nonepublic AggregateStats setCount(Long count)
count - count or null for nonepublic String getKind()
null for nonepublic AggregateStats setKind(String kind)
kind - kind or null for nonepublic Long getMax()
null for nonepublic AggregateStats setMax(Long max)
max - max or null for nonepublic Long getMin()
null for nonepublic AggregateStats setMin(Long min)
min - min or null for nonepublic Long getSum()
null for nonepublic AggregateStats setSum(Long sum)
sum - sum or null for nonepublic AggregateStats set(String fieldName, Object value)
set in class GenericJsonpublic AggregateStats clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.