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

#include <super_sticker_metadata.h>

Inheritance diagram for google_youtube_api::SuperStickerMetadata:

Public Member Functions

 SuperStickerMetadata (const Json::Value &storage)
 
 SuperStickerMetadata (Json::Value *storage)
 
virtual ~SuperStickerMetadata ()
 
const StringPiece GetTypeName () const
 
bool has_alt_text () const
 
void clear_alt_text ()
 
const StringPiece get_alt_text () const
 
void set_alt_text (const StringPiece &value)
 
bool has_alt_text_language () const
 
void clear_alt_text_language ()
 
const StringPiece get_alt_text_language () const
 
void set_alt_text_language (const StringPiece &value)
 
bool has_sticker_id () const
 
void clear_sticker_id ()
 
const StringPiece get_sticker_id () const
 
void set_sticker_id (const StringPiece &value)
 

Static Public Member Functions

static SuperStickerMetadataNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ SuperStickerMetadata() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ SuperStickerMetadata() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~SuperStickerMetadata()

google_youtube_api::SuperStickerMetadata::~SuperStickerMetadata ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_alt_text()

void google_youtube_api::SuperStickerMetadata::clear_alt_text ( )
inline

Clears the 'altText' attribute.

◆ clear_alt_text_language()

void google_youtube_api::SuperStickerMetadata::clear_alt_text_language ( )
inline

Clears the 'altTextLanguage' attribute.

◆ clear_sticker_id()

void google_youtube_api::SuperStickerMetadata::clear_sticker_id ( )
inline

Clears the 'stickerId' attribute.

◆ get_alt_text()

const StringPiece google_youtube_api::SuperStickerMetadata::get_alt_text ( ) const
inline

Get the value of the 'altText' attribute.

◆ get_alt_text_language()

const StringPiece google_youtube_api::SuperStickerMetadata::get_alt_text_language ( ) const
inline

Get the value of the 'altTextLanguage' attribute.

◆ get_sticker_id()

const StringPiece google_youtube_api::SuperStickerMetadata::get_sticker_id ( ) const
inline

Get the value of the 'stickerId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::SuperStickerMetadata

◆ has_alt_text()

bool google_youtube_api::SuperStickerMetadata::has_alt_text ( ) const
inline

Determine if the 'altText' attribute was set.

Returns
true if the 'altText' attribute was set.

◆ has_alt_text_language()

bool google_youtube_api::SuperStickerMetadata::has_alt_text_language ( ) const
inline

Determine if the 'altTextLanguage' attribute was set.

Returns
true if the 'altTextLanguage' attribute was set.

◆ has_sticker_id()

bool google_youtube_api::SuperStickerMetadata::has_sticker_id ( ) const
inline

Determine if the 'stickerId' attribute was set.

Returns
true if the 'stickerId' attribute was set.

◆ New()

SuperStickerMetadata * google_youtube_api::SuperStickerMetadata::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_alt_text()

void google_youtube_api::SuperStickerMetadata::set_alt_text ( const StringPiece &  value)
inline

Change the 'altText' attribute.

Internationalized alt text that describes the sticker image and any animation associated with it.

Parameters
[in]valueThe new value.

◆ set_alt_text_language()

void google_youtube_api::SuperStickerMetadata::set_alt_text_language ( const StringPiece &  value)
inline

Change the 'altTextLanguage' attribute.

Specifies the localization language in which the alt text is returned.

Parameters
[in]valueThe new value.

◆ set_sticker_id()

void google_youtube_api::SuperStickerMetadata::set_sticker_id ( const StringPiece &  value)
inline

Change the 'stickerId' attribute.

Unique identifier of the Super Sticker. This is a shorter form of the alt_text that includes pack name and a recognizable characteristic of the sticker.

Parameters
[in]valueThe new value.

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