public final class LiveChatSuperStickerDetails
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 |
|---|
LiveChatSuperStickerDetails() |
| Modifier and Type | Method and Description |
|---|---|
LiveChatSuperStickerDetails |
clone() |
java.lang.String |
getAmountDisplayString()
A rendered string that displays the fund amount and currency to the user.
|
java.math.BigInteger |
getAmountMicros()
The amount purchased by the user, in micros (1,750,000 micros = 1.75).
|
java.lang.String |
getCurrency()
The currency in which the purchase was made.
|
SuperStickerMetadata |
getSuperStickerMetadata()
Information about the Super Sticker.
|
java.lang.Long |
getTier()
The tier in which the amount belongs.
|
LiveChatSuperStickerDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
LiveChatSuperStickerDetails |
setAmountDisplayString(java.lang.String amountDisplayString)
A rendered string that displays the fund amount and currency to the user.
|
LiveChatSuperStickerDetails |
setAmountMicros(java.math.BigInteger amountMicros)
The amount purchased by the user, in micros (1,750,000 micros = 1.75).
|
LiveChatSuperStickerDetails |
setCurrency(java.lang.String currency)
The currency in which the purchase was made.
|
LiveChatSuperStickerDetails |
setSuperStickerMetadata(SuperStickerMetadata superStickerMetadata)
Information about the Super Sticker.
|
LiveChatSuperStickerDetails |
setTier(java.lang.Long tier)
The tier in which the amount belongs.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getAmountDisplayString()
null for nonepublic LiveChatSuperStickerDetails setAmountDisplayString(java.lang.String amountDisplayString)
amountDisplayString - amountDisplayString or null for nonepublic java.math.BigInteger getAmountMicros()
null for nonepublic LiveChatSuperStickerDetails setAmountMicros(java.math.BigInteger amountMicros)
amountMicros - amountMicros or null for nonepublic java.lang.String getCurrency()
null for nonepublic LiveChatSuperStickerDetails setCurrency(java.lang.String currency)
currency - currency or null for nonepublic SuperStickerMetadata getSuperStickerMetadata()
null for nonepublic LiveChatSuperStickerDetails setSuperStickerMetadata(SuperStickerMetadata superStickerMetadata)
superStickerMetadata - superStickerMetadata or null for nonepublic java.lang.Long getTier()
null for nonepublic LiveChatSuperStickerDetails setTier(java.lang.Long tier)
tier - tier or null for nonepublic LiveChatSuperStickerDetails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LiveChatSuperStickerDetails clone()
clone in class com.google.api.client.json.GenericJson