#include <live_chat_message_author_details.h>
◆ LiveChatMessageAuthorDetails() [1/2]
| google_youtube_api::LiveChatMessageAuthorDetails::LiveChatMessageAuthorDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ LiveChatMessageAuthorDetails() [2/2]
| google_youtube_api::LiveChatMessageAuthorDetails::LiveChatMessageAuthorDetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~LiveChatMessageAuthorDetails()
| google_youtube_api::LiveChatMessageAuthorDetails::~LiveChatMessageAuthorDetails |
( |
| ) |
|
|
virtual |
◆ clear_channel_id()
| void google_youtube_api::LiveChatMessageAuthorDetails::clear_channel_id |
( |
| ) |
|
|
inline |
Clears the 'channelId' attribute.
◆ clear_channel_url()
| void google_youtube_api::LiveChatMessageAuthorDetails::clear_channel_url |
( |
| ) |
|
|
inline |
Clears the 'channelUrl' attribute.
◆ clear_display_name()
| void google_youtube_api::LiveChatMessageAuthorDetails::clear_display_name |
( |
| ) |
|
|
inline |
Clears the 'displayName' attribute.
◆ clear_is_chat_moderator()
| void google_youtube_api::LiveChatMessageAuthorDetails::clear_is_chat_moderator |
( |
| ) |
|
|
inline |
Clears the 'isChatModerator' attribute.
◆ clear_is_chat_owner()
| void google_youtube_api::LiveChatMessageAuthorDetails::clear_is_chat_owner |
( |
| ) |
|
|
inline |
Clears the 'isChatOwner' attribute.
◆ clear_is_chat_sponsor()
| void google_youtube_api::LiveChatMessageAuthorDetails::clear_is_chat_sponsor |
( |
| ) |
|
|
inline |
Clears the 'isChatSponsor' attribute.
◆ clear_is_verified()
| void google_youtube_api::LiveChatMessageAuthorDetails::clear_is_verified |
( |
| ) |
|
|
inline |
Clears the 'isVerified' attribute.
◆ clear_profile_image_url()
| void google_youtube_api::LiveChatMessageAuthorDetails::clear_profile_image_url |
( |
| ) |
|
|
inline |
Clears the 'profileImageUrl' attribute.
◆ get_channel_id()
| const StringPiece google_youtube_api::LiveChatMessageAuthorDetails::get_channel_id |
( |
| ) |
const |
|
inline |
Get the value of the 'channelId' attribute.
◆ get_channel_url()
| const StringPiece google_youtube_api::LiveChatMessageAuthorDetails::get_channel_url |
( |
| ) |
const |
|
inline |
Get the value of the 'channelUrl' attribute.
◆ get_display_name()
| const StringPiece google_youtube_api::LiveChatMessageAuthorDetails::get_display_name |
( |
| ) |
const |
|
inline |
Get the value of the 'displayName' attribute.
◆ get_is_chat_moderator()
| bool google_youtube_api::LiveChatMessageAuthorDetails::get_is_chat_moderator |
( |
| ) |
const |
|
inline |
Get the value of the 'isChatModerator' attribute.
◆ get_is_chat_owner()
| bool google_youtube_api::LiveChatMessageAuthorDetails::get_is_chat_owner |
( |
| ) |
const |
|
inline |
Get the value of the 'isChatOwner' attribute.
◆ get_is_chat_sponsor()
| bool google_youtube_api::LiveChatMessageAuthorDetails::get_is_chat_sponsor |
( |
| ) |
const |
|
inline |
Get the value of the 'isChatSponsor' attribute.
◆ get_is_verified()
| bool google_youtube_api::LiveChatMessageAuthorDetails::get_is_verified |
( |
| ) |
const |
|
inline |
Get the value of the 'isVerified' attribute.
◆ get_profile_image_url()
| const StringPiece google_youtube_api::LiveChatMessageAuthorDetails::get_profile_image_url |
( |
| ) |
const |
|
inline |
Get the value of the 'profileImageUrl' attribute.
◆ GetTypeName()
| const StringPiece google_youtube_api::LiveChatMessageAuthorDetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_channel_id()
| bool google_youtube_api::LiveChatMessageAuthorDetails::has_channel_id |
( |
| ) |
const |
|
inline |
Determine if the 'channelId' attribute was set.
- Returns
- true if the '
channelId' attribute was set.
◆ has_channel_url()
| bool google_youtube_api::LiveChatMessageAuthorDetails::has_channel_url |
( |
| ) |
const |
|
inline |
Determine if the 'channelUrl' attribute was set.
- Returns
- true if the '
channelUrl' attribute was set.
◆ has_display_name()
| bool google_youtube_api::LiveChatMessageAuthorDetails::has_display_name |
( |
| ) |
const |
|
inline |
Determine if the 'displayName' attribute was set.
- Returns
- true if the '
displayName' attribute was set.
◆ has_is_chat_moderator()
| bool google_youtube_api::LiveChatMessageAuthorDetails::has_is_chat_moderator |
( |
| ) |
const |
|
inline |
Determine if the 'isChatModerator' attribute was set.
- Returns
- true if the '
isChatModerator' attribute was set.
◆ has_is_chat_owner()
| bool google_youtube_api::LiveChatMessageAuthorDetails::has_is_chat_owner |
( |
| ) |
const |
|
inline |
Determine if the 'isChatOwner' attribute was set.
- Returns
- true if the '
isChatOwner' attribute was set.
◆ has_is_chat_sponsor()
| bool google_youtube_api::LiveChatMessageAuthorDetails::has_is_chat_sponsor |
( |
| ) |
const |
|
inline |
Determine if the 'isChatSponsor' attribute was set.
- Returns
- true if the '
isChatSponsor' attribute was set.
◆ has_is_verified()
| bool google_youtube_api::LiveChatMessageAuthorDetails::has_is_verified |
( |
| ) |
const |
|
inline |
Determine if the 'isVerified' attribute was set.
- Returns
- true if the '
isVerified' attribute was set.
◆ has_profile_image_url()
| bool google_youtube_api::LiveChatMessageAuthorDetails::has_profile_image_url |
( |
| ) |
const |
|
inline |
Determine if the 'profileImageUrl' attribute was set.
- Returns
- true if the '
profileImageUrl' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_channel_id()
| void google_youtube_api::LiveChatMessageAuthorDetails::set_channel_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'channelId' attribute.
The YouTube channel ID.
- Parameters
-
◆ set_channel_url()
| void google_youtube_api::LiveChatMessageAuthorDetails::set_channel_url |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'channelUrl' attribute.
The channel's URL.
- Parameters
-
◆ set_display_name()
| void google_youtube_api::LiveChatMessageAuthorDetails::set_display_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'displayName' attribute.
The channel's display name.
- Parameters
-
◆ set_is_chat_moderator()
| void google_youtube_api::LiveChatMessageAuthorDetails::set_is_chat_moderator |
( |
bool |
value | ) |
|
|
inline |
Change the 'isChatModerator' attribute.
Whether the author is a moderator of the live chat.
- Parameters
-
◆ set_is_chat_owner()
| void google_youtube_api::LiveChatMessageAuthorDetails::set_is_chat_owner |
( |
bool |
value | ) |
|
|
inline |
Change the 'isChatOwner' attribute.
Whether the author is the owner of the live chat.
- Parameters
-
◆ set_is_chat_sponsor()
| void google_youtube_api::LiveChatMessageAuthorDetails::set_is_chat_sponsor |
( |
bool |
value | ) |
|
|
inline |
Change the 'isChatSponsor' attribute.
Whether the author is a sponsor of the live chat.
- Parameters
-
◆ set_is_verified()
| void google_youtube_api::LiveChatMessageAuthorDetails::set_is_verified |
( |
bool |
value | ) |
|
|
inline |
Change the 'isVerified' attribute.
Whether the author's identity has been verified by YouTube.
- Parameters
-
◆ set_profile_image_url()
| void google_youtube_api::LiveChatMessageAuthorDetails::set_profile_image_url |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'profileImageUrl' attribute.
The channels's avatar URL.
- Parameters
-
The documentation for this class was generated from the following files: