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

#include <level_details.h>

Inheritance diagram for google_youtube_api::LevelDetails:

Public Member Functions

 LevelDetails (const Json::Value &storage)
 
 LevelDetails (Json::Value *storage)
 
virtual ~LevelDetails ()
 
const StringPiece GetTypeName () const
 
bool has_display_name () const
 
void clear_display_name ()
 
const StringPiece get_display_name () const
 
void set_display_name (const StringPiece &value)
 

Static Public Member Functions

static LevelDetailsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ LevelDetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ LevelDetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~LevelDetails()

google_youtube_api::LevelDetails::~LevelDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_display_name()

void google_youtube_api::LevelDetails::clear_display_name ( )
inline

Clears the 'displayName' attribute.

◆ get_display_name()

const StringPiece google_youtube_api::LevelDetails::get_display_name ( ) const
inline

Get the value of the 'displayName' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::LevelDetails

◆ has_display_name()

bool google_youtube_api::LevelDetails::has_display_name ( ) const
inline

Determine if the 'displayName' attribute was set.

Returns
true if the 'displayName' attribute was set.

◆ New()

LevelDetails * google_youtube_api::LevelDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_display_name()

void google_youtube_api::LevelDetails::set_display_name ( const StringPiece &  value)
inline

Change the 'displayName' attribute.

Parameters
[in]valueThe new value.

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