public final class BucketByTimePeriod 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 Fitness 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 |
|---|
BucketByTimePeriod() |
| Modifier and Type | Method and Description |
|---|---|
BucketByTimePeriod |
clone() |
String |
getTimeZoneId()
org.joda.timezone.DateTimeZone
|
String |
getType() |
Integer |
getValue() |
BucketByTimePeriod |
set(String fieldName,
Object value) |
BucketByTimePeriod |
setTimeZoneId(String timeZoneId)
org.joda.timezone.DateTimeZone
|
BucketByTimePeriod |
setType(String type) |
BucketByTimePeriod |
setValue(Integer value) |
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 String getTimeZoneId()
null for nonepublic BucketByTimePeriod setTimeZoneId(String timeZoneId)
timeZoneId - timeZoneId or null for nonepublic String getType()
null for nonepublic BucketByTimePeriod setType(String type)
type - type or null for nonepublic Integer getValue()
null for nonepublic BucketByTimePeriod setValue(Integer value)
value - value or null for nonepublic BucketByTimePeriod set(String fieldName, Object value)
set in class GenericJsonpublic BucketByTimePeriod clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.