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 Android Developer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/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.
|
String |
getLanguage()
Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
|
String |
getShortDescription()
Short description of the app.
|
String |
getTitle()
Localized title of the app.
|
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.
|
Listing |
setLanguage(String language)
Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
|
Listing |
setShortDescription(String shortDescription)
Short description of the app.
|
Listing |
setTitle(String title)
Localized title of the app.
|
Listing |
setVideo(String video)
URL of a promotional YouTube video for the app.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, 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
Copyright © 2011–2021 Google. All rights reserved.