public final class Listing 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 Google Play Developer API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Listing() |
Modifier and Type | Method and Description |
---|---|
Listing |
clone() |
String |
getFullDescription()
Full description of the app; this may be up to 4000 characters in length.
|
String |
getLanguage()
Language localization code (for example, "de-AT" for Austrian German).
|
String |
getShortDescription()
Short description of the app (previously known as promo text); this may be up to 80 characters
in length.
|
String |
getTitle()
App's localized title.
|
String |
getVideo()
URL of a promotional YouTube video for the app.
|
Listing |
set(String fieldName,
Object value) |
Listing |
setFullDescription(String fullDescription)
Full description of the app; this may be up to 4000 characters in length.
|
Listing |
setLanguage(String language)
Language localization code (for example, "de-AT" for Austrian German).
|
Listing |
setShortDescription(String shortDescription)
Short description of the app (previously known as promo text); this may be up to 80 characters
in length.
|
Listing |
setTitle(String title)
App's localized title.
|
Listing |
setVideo(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
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getFullDescription()
null
for nonepublic Listing setFullDescription(String fullDescription)
fullDescription
- fullDescription or null
for nonepublic String getLanguage()
null
for nonepublic Listing setLanguage(String language)
language
- language or null
for nonepublic String getShortDescription()
null
for nonepublic Listing setShortDescription(String shortDescription)
shortDescription
- shortDescription or null
for nonepublic String getTitle()
null
for nonepublic Listing setTitle(String title)
title
- title or null
for nonepublic String getVideo()
null
for nonepublic Listing setVideo(String video)
video
- video or null
for nonepublic Listing set(String fieldName, Object value)
set
in class GenericJson
public Listing clone()
clone
in class GenericJson