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

#include <live_chat_text_message_details.h>

Inheritance diagram for google_youtube_api::LiveChatTextMessageDetails:

Public Member Functions

 LiveChatTextMessageDetails (const Json::Value &storage)
 
 LiveChatTextMessageDetails (Json::Value *storage)
 
virtual ~LiveChatTextMessageDetails ()
 
const StringPiece GetTypeName () const
 
bool has_message_text () const
 
void clear_message_text ()
 
const StringPiece get_message_text () const
 
void set_message_text (const StringPiece &value)
 

Static Public Member Functions

static LiveChatTextMessageDetailsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ LiveChatTextMessageDetails() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ LiveChatTextMessageDetails() [2/2]

google_youtube_api::LiveChatTextMessageDetails::LiveChatTextMessageDetails ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~LiveChatTextMessageDetails()

google_youtube_api::LiveChatTextMessageDetails::~LiveChatTextMessageDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_message_text()

void google_youtube_api::LiveChatTextMessageDetails::clear_message_text ( )
inline

Clears the 'messageText' attribute.

◆ get_message_text()

const StringPiece google_youtube_api::LiveChatTextMessageDetails::get_message_text ( ) const
inline

Get the value of the 'messageText' attribute.

◆ GetTypeName()

const StringPiece google_youtube_api::LiveChatTextMessageDetails::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_youtube_api::LiveChatTextMessageDetails

◆ has_message_text()

bool google_youtube_api::LiveChatTextMessageDetails::has_message_text ( ) const
inline

Determine if the 'messageText' attribute was set.

Returns
true if the 'messageText' attribute was set.

◆ New()

LiveChatTextMessageDetails * google_youtube_api::LiveChatTextMessageDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_message_text()

void google_youtube_api::LiveChatTextMessageDetails::set_message_text ( const StringPiece &  value)
inline

Change the 'messageText' attribute.

The user's message.

Parameters
[in]valueThe new value.

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