#include <live_chat_super_sticker_details.h>
◆ LiveChatSuperStickerDetails() [1/2]
google_youtube_api::LiveChatSuperStickerDetails::LiveChatSuperStickerDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ LiveChatSuperStickerDetails() [2/2]
google_youtube_api::LiveChatSuperStickerDetails::LiveChatSuperStickerDetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~LiveChatSuperStickerDetails()
google_youtube_api::LiveChatSuperStickerDetails::~LiveChatSuperStickerDetails |
( |
| ) |
|
|
virtual |
◆ clear_amount_display_string()
void google_youtube_api::LiveChatSuperStickerDetails::clear_amount_display_string |
( |
| ) |
|
|
inline |
Clears the 'amountDisplayString
' attribute.
◆ clear_amount_micros()
void google_youtube_api::LiveChatSuperStickerDetails::clear_amount_micros |
( |
| ) |
|
|
inline |
Clears the 'amountMicros
' attribute.
◆ clear_currency()
void google_youtube_api::LiveChatSuperStickerDetails::clear_currency |
( |
| ) |
|
|
inline |
Clears the 'currency
' attribute.
◆ clear_super_sticker_metadata()
void google_youtube_api::LiveChatSuperStickerDetails::clear_super_sticker_metadata |
( |
| ) |
|
|
inline |
Clears the 'superStickerMetadata
' attribute.
◆ clear_tier()
void google_youtube_api::LiveChatSuperStickerDetails::clear_tier |
( |
| ) |
|
|
inline |
Clears the 'tier
' attribute.
◆ get_amount_display_string()
const StringPiece google_youtube_api::LiveChatSuperStickerDetails::get_amount_display_string |
( |
| ) |
const |
|
inline |
Get the value of the 'amountDisplayString
' attribute.
◆ get_amount_micros()
uint64 google_youtube_api::LiveChatSuperStickerDetails::get_amount_micros |
( |
| ) |
const |
|
inline |
Get the value of the 'amountMicros
' attribute.
◆ get_currency()
const StringPiece google_youtube_api::LiveChatSuperStickerDetails::get_currency |
( |
| ) |
const |
|
inline |
Get the value of the 'currency
' attribute.
◆ get_super_sticker_metadata()
const SuperStickerMetadata google_youtube_api::LiveChatSuperStickerDetails::get_super_sticker_metadata |
( |
| ) |
const |
Get a reference to the value of the 'superStickerMetadata
' attribute.
◆ get_tier()
uint32 google_youtube_api::LiveChatSuperStickerDetails::get_tier |
( |
| ) |
const |
|
inline |
Get the value of the 'tier
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::LiveChatSuperStickerDetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_amount_display_string()
bool google_youtube_api::LiveChatSuperStickerDetails::has_amount_display_string |
( |
| ) |
const |
|
inline |
Determine if the 'amountDisplayString
' attribute was set.
- Returns
- true if the '
amountDisplayString
' attribute was set.
◆ has_amount_micros()
bool google_youtube_api::LiveChatSuperStickerDetails::has_amount_micros |
( |
| ) |
const |
|
inline |
Determine if the 'amountMicros
' attribute was set.
- Returns
- true if the '
amountMicros
' attribute was set.
◆ has_currency()
bool google_youtube_api::LiveChatSuperStickerDetails::has_currency |
( |
| ) |
const |
|
inline |
Determine if the 'currency
' attribute was set.
- Returns
- true if the '
currency
' attribute was set.
◆ has_super_sticker_metadata()
bool google_youtube_api::LiveChatSuperStickerDetails::has_super_sticker_metadata |
( |
| ) |
const |
|
inline |
Determine if the 'superStickerMetadata
' attribute was set.
- Returns
- true if the '
superStickerMetadata
' attribute was set.
◆ has_tier()
bool google_youtube_api::LiveChatSuperStickerDetails::has_tier |
( |
| ) |
const |
|
inline |
Determine if the 'tier
' attribute was set.
- Returns
- true if the '
tier
' attribute was set.
◆ mutable_superStickerMetadata()
SuperStickerMetadata google_youtube_api::LiveChatSuperStickerDetails::mutable_superStickerMetadata |
( |
| ) |
|
Gets a reference to a mutable value of the 'superStickerMetadata
' property.
Information about the Super Sticker.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_amount_display_string()
void google_youtube_api::LiveChatSuperStickerDetails::set_amount_display_string |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'amountDisplayString
' attribute.
A rendered string that displays the fund amount and currency to the user.
- Parameters
-
◆ set_amount_micros()
void google_youtube_api::LiveChatSuperStickerDetails::set_amount_micros |
( |
uint64 |
value | ) |
|
|
inline |
Change the 'amountMicros
' attribute.
The amount purchased by the user, in micros (1,750,000 micros = 1.75).
- Parameters
-
◆ set_currency()
void google_youtube_api::LiveChatSuperStickerDetails::set_currency |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'currency
' attribute.
The currency in which the purchase was made.
- Parameters
-
◆ set_tier()
void google_youtube_api::LiveChatSuperStickerDetails::set_tier |
( |
uint32 |
value | ) |
|
|
inline |
Change the 'tier
' attribute.
The tier in which the amount belongs. Lower amounts belong to lower tiers. The lowest tier is 1.
- Parameters
-
The documentation for this class was generated from the following files: