public final class Listing
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 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.Flags
Constructor and Description |
---|
Listing() |
Modifier and Type | Method and Description |
---|---|
Listing |
clone() |
java.lang.String |
getFullDescription()
Full description of the app; this may be up to 4000 characters in length.
|
java.lang.String |
getLanguage()
Language localization code (for example, "de-AT" for Austrian German).
|
java.lang.String |
getShortDescription()
Short description of the app (previously known as promo text); this may be up to 80 characters
in length.
|
java.lang.String |
getTitle()
App's localized title.
|
java.lang.String |
getVideo()
URL of a promotional YouTube video for the app.
|
Listing |
set(java.lang.String fieldName,
java.lang.Object value) |
Listing |
setFullDescription(java.lang.String fullDescription)
Full description of the app; this may be up to 4000 characters in length.
|
Listing |
setLanguage(java.lang.String language)
Language localization code (for example, "de-AT" for Austrian German).
|
Listing |
setShortDescription(java.lang.String shortDescription)
Short description of the app (previously known as promo text); this may be up to 80 characters
in length.
|
Listing |
setTitle(java.lang.String title)
App's localized title.
|
Listing |
setVideo(java.lang.String video)
URL of a promotional YouTube video for the app.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getFullDescription()
null
for nonepublic Listing setFullDescription(java.lang.String fullDescription)
fullDescription
- fullDescription or null
for nonepublic java.lang.String getLanguage()
null
for nonepublic Listing setLanguage(java.lang.String language)
language
- language or null
for nonepublic java.lang.String getShortDescription()
null
for nonepublic Listing setShortDescription(java.lang.String shortDescription)
shortDescription
- shortDescription or null
for nonepublic java.lang.String getTitle()
null
for nonepublic Listing setTitle(java.lang.String title)
title
- title or null
for nonepublic java.lang.String getVideo()
null
for nonepublic Listing setVideo(java.lang.String video)
video
- video or null
for nonepublic Listing set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Listing clone()
clone
in class com.google.api.client.json.GenericJson