public final class Application
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 |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
Application |
clone() |
java.lang.Integer |
getAchievementCount()
The number of achievements visible to the currently authenticated player.
|
java.util.List<ImageAsset> |
getAssets()
The assets of the application.
|
java.lang.String |
getAuthor()
The author of the application.
|
ApplicationCategory |
getCategory()
The category of the application.
|
java.lang.String |
getDescription()
The description of the application.
|
java.util.List<java.lang.String> |
getEnabledFeatures()
A list of features that have been enabled for the application.
|
java.lang.String |
getId()
The ID of the application.
|
java.util.List<Instance> |
getInstances()
The instances of the application.
|
java.lang.String |
getKind()
Uniquely identifies the type of this resource.
|
java.lang.Long |
getLastUpdatedTimestamp()
The last updated timestamp of the application.
|
java.lang.Integer |
getLeaderboardCount()
The number of leaderboards visible to the currently authenticated player.
|
java.lang.String |
getName()
The name of the application.
|
java.lang.String |
getThemeColor()
A hint to the client UI for what color to use as an app-themed color.
|
Application |
set(java.lang.String fieldName,
java.lang.Object value) |
Application |
setAchievementCount(java.lang.Integer achievementCount)
The number of achievements visible to the currently authenticated player.
|
Application |
setAssets(java.util.List<ImageAsset> assets)
The assets of the application.
|
Application |
setAuthor(java.lang.String author)
The author of the application.
|
Application |
setCategory(ApplicationCategory category)
The category of the application.
|
Application |
setDescription(java.lang.String description)
The description of the application.
|
Application |
setEnabledFeatures(java.util.List<java.lang.String> enabledFeatures)
A list of features that have been enabled for the application.
|
Application |
setId(java.lang.String id)
The ID of the application.
|
Application |
setInstances(java.util.List<Instance> instances)
The instances of the application.
|
Application |
setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
Application |
setLastUpdatedTimestamp(java.lang.Long lastUpdatedTimestamp)
The last updated timestamp of the application.
|
Application |
setLeaderboardCount(java.lang.Integer leaderboardCount)
The number of leaderboards visible to the currently authenticated player.
|
Application |
setName(java.lang.String name)
The name of the application.
|
Application |
setThemeColor(java.lang.String themeColor)
A hint to the client UI for what color to use as an app-themed color.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Integer getAchievementCount()
null for nonepublic Application setAchievementCount(java.lang.Integer achievementCount)
achievementCount - achievementCount or null for nonepublic java.util.List<ImageAsset> getAssets()
null for nonepublic Application setAssets(java.util.List<ImageAsset> assets)
assets - assets or null for nonepublic java.lang.String getAuthor()
null for nonepublic Application setAuthor(java.lang.String author)
author - author or null for nonepublic ApplicationCategory getCategory()
null for nonepublic Application setCategory(ApplicationCategory category)
category - category or null for nonepublic java.lang.String getDescription()
null for nonepublic Application setDescription(java.lang.String description)
description - description or null for nonepublic java.util.List<java.lang.String> getEnabledFeatures()
null for nonepublic Application setEnabledFeatures(java.util.List<java.lang.String> enabledFeatures)
enabledFeatures - enabledFeatures or null for nonepublic java.lang.String getId()
null for nonepublic Application setId(java.lang.String id)
id - id or null for nonepublic java.util.List<Instance> getInstances()
null for nonepublic Application setInstances(java.util.List<Instance> instances)
instances - instances or null for nonepublic java.lang.String getKind()
null for nonepublic Application setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Long getLastUpdatedTimestamp()
null for nonepublic Application setLastUpdatedTimestamp(java.lang.Long lastUpdatedTimestamp)
lastUpdatedTimestamp - lastUpdatedTimestamp or null for nonepublic java.lang.Integer getLeaderboardCount()
null for nonepublic Application setLeaderboardCount(java.lang.Integer leaderboardCount)
leaderboardCount - leaderboardCount or null for nonepublic java.lang.String getName()
null for nonepublic Application setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getThemeColor()
null for nonepublic Application setThemeColor(java.lang.String themeColor)
themeColor - themeColor or null for nonepublic Application set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Application clone()
clone in class com.google.api.client.json.GenericJson