public final class AggregateStats
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 |
|---|
AggregateStats() |
| Modifier and Type | Method and Description |
|---|---|
AggregateStats |
clone() |
java.lang.Long |
getCount()
The number of messages sent between a pair of peers.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.Long |
getMax()
The maximum amount.
|
java.lang.Long |
getMin()
The minimum amount.
|
java.lang.Long |
getSum()
The total number of bytes sent for messages between a pair of peers.
|
AggregateStats |
set(java.lang.String fieldName,
java.lang.Object value) |
AggregateStats |
setCount(java.lang.Long count)
The number of messages sent between a pair of peers.
|
AggregateStats |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
AggregateStats |
setMax(java.lang.Long max)
The maximum amount.
|
AggregateStats |
setMin(java.lang.Long min)
The minimum amount.
|
AggregateStats |
setSum(java.lang.Long sum)
The total number of bytes sent for messages between a pair of peers.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getCount()
null for nonepublic AggregateStats setCount(java.lang.Long count)
count - count or null for nonepublic java.lang.String getKind()
null for nonepublic AggregateStats setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Long getMax()
null for nonepublic AggregateStats setMax(java.lang.Long max)
max - max or null for nonepublic java.lang.Long getMin()
null for nonepublic AggregateStats setMin(java.lang.Long min)
min - min or null for nonepublic java.lang.Long getSum()
null for nonepublic AggregateStats setSum(java.lang.Long sum)
sum - sum or null for nonepublic AggregateStats set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AggregateStats clone()
clone in class com.google.api.client.json.GenericJson