public final class SuperStickerMetadata
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 YouTube Data 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 |
|---|
SuperStickerMetadata() |
| Modifier and Type | Method and Description |
|---|---|
SuperStickerMetadata |
clone() |
java.lang.String |
getAltText()
Internationalized alt text that describes the sticker image and any animation associated with
it.
|
java.lang.String |
getAltTextLanguage()
Specifies the localization language in which the alt text is returned.
|
java.lang.String |
getStickerId()
Unique identifier of the Super Sticker.
|
SuperStickerMetadata |
set(java.lang.String fieldName,
java.lang.Object value) |
SuperStickerMetadata |
setAltText(java.lang.String altText)
Internationalized alt text that describes the sticker image and any animation associated with
it.
|
SuperStickerMetadata |
setAltTextLanguage(java.lang.String altTextLanguage)
Specifies the localization language in which the alt text is returned.
|
SuperStickerMetadata |
setStickerId(java.lang.String stickerId)
Unique identifier of the Super Sticker.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getAltText()
null for nonepublic SuperStickerMetadata setAltText(java.lang.String altText)
altText - altText or null for nonepublic java.lang.String getAltTextLanguage()
null for nonepublic SuperStickerMetadata setAltTextLanguage(java.lang.String altTextLanguage)
altTextLanguage - altTextLanguage or null for nonepublic java.lang.String getStickerId()
null for nonepublic SuperStickerMetadata setStickerId(java.lang.String stickerId)
stickerId - stickerId or null for nonepublic SuperStickerMetadata set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SuperStickerMetadata clone()
clone in class com.google.api.client.json.GenericJson