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

#include <localized_string.h>

Inheritance diagram for google_youtube_api::LocalizedString:

Public Member Functions

 LocalizedString (const Json::Value &storage)
 
 LocalizedString (Json::Value *storage)
 
virtual ~LocalizedString ()
 
const StringPiece GetTypeName () const
 
bool has_language () const
 
void clear_language ()
 
const StringPiece get_language () const
 
void set_language (const StringPiece &value)
 
bool has_value () const
 
void clear_value ()
 
const StringPiece get_value () const
 
void set_value (const StringPiece &value)
 

Static Public Member Functions

static LocalizedStringNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ LocalizedString() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ LocalizedString() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~LocalizedString()

google_youtube_api::LocalizedString::~LocalizedString ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_language()

void google_youtube_api::LocalizedString::clear_language ( )
inline

Clears the 'language' attribute.

◆ clear_value()

void google_youtube_api::LocalizedString::clear_value ( )
inline

Clears the 'value' attribute.

◆ get_language()

const StringPiece google_youtube_api::LocalizedString::get_language ( ) const
inline

Get the value of the 'language' attribute.

◆ get_value()

const StringPiece google_youtube_api::LocalizedString::get_value ( ) const
inline

Get the value of the 'value' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::LocalizedString

◆ has_language()

bool google_youtube_api::LocalizedString::has_language ( ) const
inline

Determine if the 'language' attribute was set.

Returns
true if the 'language' attribute was set.

◆ has_value()

bool google_youtube_api::LocalizedString::has_value ( ) const
inline

Determine if the 'value' attribute was set.

Returns
true if the 'value' attribute was set.

◆ New()

LocalizedString * google_youtube_api::LocalizedString::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_language()

void google_youtube_api::LocalizedString::set_language ( const StringPiece &  value)
inline

Change the 'language' attribute.

Parameters
[in]valueThe new value.

◆ set_value()

void google_youtube_api::LocalizedString::set_value ( const StringPiece &  value)
inline

Change the 'value' attribute.

Parameters
[in]valueThe new value.

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