public final class FanFundingEventSnippet
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 |
|---|
FanFundingEventSnippet() |
| Modifier and Type | Method and Description |
|---|---|
FanFundingEventSnippet |
clone() |
java.math.BigInteger |
getAmountMicros()
The amount of funding in micros of fund_currency.
|
java.lang.String |
getChannelId()
Channel id where the funding event occurred.
|
java.lang.String |
getCommentText()
The text contents of the comment left by the user.
|
com.google.api.client.util.DateTime |
getCreatedAt()
The date and time when the funding occurred.
|
java.lang.String |
getCurrency()
The currency in which the fund was made.
|
java.lang.String |
getDisplayString()
A rendered string that displays the fund amount and currency (e.g., "$1.00").
|
ChannelProfileDetails |
getSupporterDetails()
Details about the supporter.
|
FanFundingEventSnippet |
set(java.lang.String fieldName,
java.lang.Object value) |
FanFundingEventSnippet |
setAmountMicros(java.math.BigInteger amountMicros)
The amount of funding in micros of fund_currency.
|
FanFundingEventSnippet |
setChannelId(java.lang.String channelId)
Channel id where the funding event occurred.
|
FanFundingEventSnippet |
setCommentText(java.lang.String commentText)
The text contents of the comment left by the user.
|
FanFundingEventSnippet |
setCreatedAt(com.google.api.client.util.DateTime createdAt)
The date and time when the funding occurred.
|
FanFundingEventSnippet |
setCurrency(java.lang.String currency)
The currency in which the fund was made.
|
FanFundingEventSnippet |
setDisplayString(java.lang.String displayString)
A rendered string that displays the fund amount and currency (e.g., "$1.00").
|
FanFundingEventSnippet |
setSupporterDetails(ChannelProfileDetails supporterDetails)
Details about the supporter.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.math.BigInteger getAmountMicros()
null for nonepublic FanFundingEventSnippet setAmountMicros(java.math.BigInteger amountMicros)
amountMicros - amountMicros or null for nonepublic java.lang.String getChannelId()
null for nonepublic FanFundingEventSnippet setChannelId(java.lang.String channelId)
channelId - channelId or null for nonepublic java.lang.String getCommentText()
null for nonepublic FanFundingEventSnippet setCommentText(java.lang.String commentText)
commentText - commentText or null for nonepublic com.google.api.client.util.DateTime getCreatedAt()
null for nonepublic FanFundingEventSnippet setCreatedAt(com.google.api.client.util.DateTime createdAt)
createdAt - createdAt or null for nonepublic java.lang.String getCurrency()
null for nonepublic FanFundingEventSnippet setCurrency(java.lang.String currency)
currency - currency or null for nonepublic java.lang.String getDisplayString()
null for nonepublic FanFundingEventSnippet setDisplayString(java.lang.String displayString)
displayString - displayString or null for nonepublic ChannelProfileDetails getSupporterDetails()
null for nonepublic FanFundingEventSnippet setSupporterDetails(ChannelProfileDetails supporterDetails)
supporterDetails - supporterDetails or null for nonepublic FanFundingEventSnippet set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic FanFundingEventSnippet clone()
clone in class com.google.api.client.json.GenericJson