public final class ReleaseSummary
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 Android Developer 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ReleaseSummary() |
| Modifier and Type | Method and Description |
|---|---|
ReleaseSummary |
clone() |
List<ArtifactSummary> |
getActiveArtifacts()
List of active artifacts on this release
|
String |
getReleaseLifecycleState()
The lifecycle state of a release.
|
String |
getReleaseName()
Name of the release.
|
String |
getTrack()
Identifier for the track.
|
ReleaseSummary |
set(String fieldName,
Object value) |
ReleaseSummary |
setActiveArtifacts(List<ArtifactSummary> activeArtifacts)
List of active artifacts on this release
|
ReleaseSummary |
setReleaseLifecycleState(String releaseLifecycleState)
The lifecycle state of a release.
|
ReleaseSummary |
setReleaseName(String releaseName)
Name of the release.
|
ReleaseSummary |
setTrack(String track)
Identifier for the track.
|
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 List<ArtifactSummary> getActiveArtifacts()
null for nonepublic ReleaseSummary setActiveArtifacts(List<ArtifactSummary> activeArtifacts)
activeArtifacts - activeArtifacts or null for nonepublic String getReleaseLifecycleState()
null for nonepublic ReleaseSummary setReleaseLifecycleState(String releaseLifecycleState)
releaseLifecycleState - releaseLifecycleState or null for nonepublic String getReleaseName()
null for nonepublic ReleaseSummary setReleaseName(String releaseName)
releaseName - releaseName or null for nonepublic String getTrack()
null for nonepublic ReleaseSummary setTrack(String track)
track - track or null for nonepublic ReleaseSummary set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ReleaseSummary clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.