youtube  v3
Public Member Functions | Static Public Member Functions | List of all members
google_youtube_api::LiveChatMessageAuthorDetails Class Reference

#include <live_chat_message_author_details.h>

Inheritance diagram for google_youtube_api::LiveChatMessageAuthorDetails:

Public Member Functions

 LiveChatMessageAuthorDetails (const Json::Value &storage)
 
 LiveChatMessageAuthorDetails (Json::Value *storage)
 
virtual ~LiveChatMessageAuthorDetails ()
 
const StringPiece GetTypeName () const
 
bool has_channel_id () const
 
void clear_channel_id ()
 
const StringPiece get_channel_id () const
 
void set_channel_id (const StringPiece &value)
 
bool has_channel_url () const
 
void clear_channel_url ()
 
const StringPiece get_channel_url () const
 
void set_channel_url (const StringPiece &value)
 
bool has_display_name () const
 
void clear_display_name ()
 
const StringPiece get_display_name () const
 
void set_display_name (const StringPiece &value)
 
bool has_is_chat_moderator () const
 
void clear_is_chat_moderator ()
 
bool get_is_chat_moderator () const
 
void set_is_chat_moderator (bool value)
 
bool has_is_chat_owner () const
 
void clear_is_chat_owner ()
 
bool get_is_chat_owner () const
 
void set_is_chat_owner (bool value)
 
bool has_is_chat_sponsor () const
 
void clear_is_chat_sponsor ()
 
bool get_is_chat_sponsor () const
 
void set_is_chat_sponsor (bool value)
 
bool has_is_verified () const
 
void clear_is_verified ()
 
bool get_is_verified () const
 
void set_is_verified (bool value)
 
bool has_profile_image_url () const
 
void clear_profile_image_url ()
 
const StringPiece get_profile_image_url () const
 
void set_profile_image_url (const StringPiece &value)
 

Static Public Member Functions

static LiveChatMessageAuthorDetailsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ LiveChatMessageAuthorDetails() [1/2]

google_youtube_api::LiveChatMessageAuthorDetails::LiveChatMessageAuthorDetails ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~LiveChatMessageAuthorDetails()

google_youtube_api::LiveChatMessageAuthorDetails::~LiveChatMessageAuthorDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::LiveChatMessageAuthorDetails

◆ 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()

LiveChatMessageAuthorDetails * google_youtube_api::LiveChatMessageAuthorDetails::New ( )
static

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
[in]valueThe new value.

◆ set_channel_url()

void google_youtube_api::LiveChatMessageAuthorDetails::set_channel_url ( const StringPiece &  value)
inline

Change the 'channelUrl' attribute.

The channel's URL.

Parameters
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

The documentation for this class was generated from the following files: