public final class LiveChatSuperStickerDetails 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 YouTube Data API v3. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LiveChatSuperStickerDetails() |
| Modifier and Type | Method and Description |
|---|---|
LiveChatSuperStickerDetails |
clone() |
String |
getAmountDisplayString()
A rendered string that displays the fund amount and currency to the user.
|
BigInteger |
getAmountMicros()
The amount purchased by the user, in micros (1,750,000 micros = 1.75).
|
String |
getCurrency()
The currency in which the purchase was made.
|
SuperStickerMetadata |
getSuperStickerMetadata()
Information about the Super Sticker.
|
Long |
getTier()
The tier in which the amount belongs.
|
LiveChatSuperStickerDetails |
set(String fieldName,
Object value) |
LiveChatSuperStickerDetails |
setAmountDisplayString(String amountDisplayString)
A rendered string that displays the fund amount and currency to the user.
|
LiveChatSuperStickerDetails |
setAmountMicros(BigInteger amountMicros)
The amount purchased by the user, in micros (1,750,000 micros = 1.75).
|
LiveChatSuperStickerDetails |
setCurrency(String currency)
The currency in which the purchase was made.
|
LiveChatSuperStickerDetails |
setSuperStickerMetadata(SuperStickerMetadata superStickerMetadata)
Information about the Super Sticker.
|
LiveChatSuperStickerDetails |
setTier(Long tier)
The tier in which the amount belongs.
|
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 getAmountDisplayString()
null for nonepublic LiveChatSuperStickerDetails setAmountDisplayString(String amountDisplayString)
amountDisplayString - amountDisplayString or null for nonepublic BigInteger getAmountMicros()
null for nonepublic LiveChatSuperStickerDetails setAmountMicros(BigInteger amountMicros)
amountMicros - amountMicros or null for nonepublic String getCurrency()
null for nonepublic LiveChatSuperStickerDetails setCurrency(String currency)
currency - currency or null for nonepublic SuperStickerMetadata getSuperStickerMetadata()
null for nonepublic LiveChatSuperStickerDetails setSuperStickerMetadata(SuperStickerMetadata superStickerMetadata)
superStickerMetadata - superStickerMetadata or null for nonepublic Long getTier()
null for nonepublic LiveChatSuperStickerDetails setTier(Long tier)
tier - tier or null for nonepublic LiveChatSuperStickerDetails set(String fieldName, Object value)
set in class GenericJsonpublic LiveChatSuperStickerDetails clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.