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

#include <live_chat_poll_voted_details.h>

Inheritance diagram for google_youtube_api::LiveChatPollVotedDetails:

Public Member Functions

 LiveChatPollVotedDetails (const Json::Value &storage)
 
 LiveChatPollVotedDetails (Json::Value *storage)
 
virtual ~LiveChatPollVotedDetails ()
 
const StringPiece GetTypeName () const
 
bool has_item_id () const
 
void clear_item_id ()
 
const StringPiece get_item_id () const
 
void set_item_id (const StringPiece &value)
 
bool has_poll_id () const
 
void clear_poll_id ()
 
const StringPiece get_poll_id () const
 
void set_poll_id (const StringPiece &value)
 

Static Public Member Functions

static LiveChatPollVotedDetailsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ LiveChatPollVotedDetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ LiveChatPollVotedDetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~LiveChatPollVotedDetails()

google_youtube_api::LiveChatPollVotedDetails::~LiveChatPollVotedDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_item_id()

void google_youtube_api::LiveChatPollVotedDetails::clear_item_id ( )
inline

Clears the 'itemId' attribute.

◆ clear_poll_id()

void google_youtube_api::LiveChatPollVotedDetails::clear_poll_id ( )
inline

Clears the 'pollId' attribute.

◆ get_item_id()

const StringPiece google_youtube_api::LiveChatPollVotedDetails::get_item_id ( ) const
inline

Get the value of the 'itemId' attribute.

◆ get_poll_id()

const StringPiece google_youtube_api::LiveChatPollVotedDetails::get_poll_id ( ) const
inline

Get the value of the 'pollId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::LiveChatPollVotedDetails

◆ has_item_id()

bool google_youtube_api::LiveChatPollVotedDetails::has_item_id ( ) const
inline

Determine if the 'itemId' attribute was set.

Returns
true if the 'itemId' attribute was set.

◆ has_poll_id()

bool google_youtube_api::LiveChatPollVotedDetails::has_poll_id ( ) const
inline

Determine if the 'pollId' attribute was set.

Returns
true if the 'pollId' attribute was set.

◆ New()

LiveChatPollVotedDetails * google_youtube_api::LiveChatPollVotedDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_item_id()

void google_youtube_api::LiveChatPollVotedDetails::set_item_id ( const StringPiece &  value)
inline

Change the 'itemId' attribute.

The poll item the user chose.

Parameters
[in]valueThe new value.

◆ set_poll_id()

void google_youtube_api::LiveChatPollVotedDetails::set_poll_id ( const StringPiece &  value)
inline

Change the 'pollId' attribute.

The poll the user voted on.

Parameters
[in]valueThe new value.

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