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 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 | 
|---|
| 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, 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 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 com.google.api.client.json.GenericJsonpublic Listing clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.