public final class LiveChatFanFundingEventDetails 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 |
|---|
LiveChatFanFundingEventDetails() |
| Modifier and Type | Method and Description |
|---|---|
LiveChatFanFundingEventDetails |
clone() |
String |
getAmountDisplayString()
A rendered string that displays the fund amount and currency to the user.
|
BigInteger |
getAmountMicros()
The amount of the fund.
|
String |
getCurrency()
The currency in which the fund was made.
|
String |
getUserComment()
The comment added by the user to this fan funding event.
|
LiveChatFanFundingEventDetails |
set(String fieldName,
Object value) |
LiveChatFanFundingEventDetails |
setAmountDisplayString(String amountDisplayString)
A rendered string that displays the fund amount and currency to the user.
|
LiveChatFanFundingEventDetails |
setAmountMicros(BigInteger amountMicros)
The amount of the fund.
|
LiveChatFanFundingEventDetails |
setCurrency(String currency)
The currency in which the fund was made.
|
LiveChatFanFundingEventDetails |
setUserComment(String userComment)
The comment added by the user to this fan funding event.
|
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 LiveChatFanFundingEventDetails setAmountDisplayString(String amountDisplayString)
amountDisplayString - amountDisplayString or null for nonepublic BigInteger getAmountMicros()
null for nonepublic LiveChatFanFundingEventDetails setAmountMicros(BigInteger amountMicros)
amountMicros - amountMicros or null for nonepublic String getCurrency()
null for nonepublic LiveChatFanFundingEventDetails setCurrency(String currency)
currency - currency or null for nonepublic String getUserComment()
null for nonepublic LiveChatFanFundingEventDetails setUserComment(String userComment)
userComment - userComment or null for nonepublic LiveChatFanFundingEventDetails set(String fieldName, Object value)
set in class GenericJsonpublic LiveChatFanFundingEventDetails clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.