public final class Application 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 |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
Application |
clone() |
String |
getDetailsUrl()
An optional URI that can be used to link back to the application.
|
String |
getName()
The name of this application.
|
String |
getPackageName()
Package name for this application.
|
String |
getVersion()
Version of the application.
|
Application |
set(String fieldName,
Object value) |
Application |
setDetailsUrl(String detailsUrl)
An optional URI that can be used to link back to the application.
|
Application |
setName(String name)
The name of this application.
|
Application |
setPackageName(String packageName)
Package name for this application.
|
Application |
setVersion(String version)
Version of the application.
|
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 getDetailsUrl()
null for nonepublic Application setDetailsUrl(String detailsUrl)
detailsUrl - detailsUrl or null for nonepublic String getName()
null for nonepublic Application setName(String name)
name - name or null for nonepublic String getPackageName()
null for nonepublic Application setPackageName(String packageName)
packageName - packageName or null for nonepublic String getVersion()
null for nonepublic Application setVersion(String version)
version - version or null for nonepublic Application set(String fieldName, Object value)
set in class GenericJsonpublic Application clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.