#include <level_details.h>
◆ LevelDetails() [1/2]
google_youtube_api::LevelDetails::LevelDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~LevelDetails()
google_youtube_api::LevelDetails::~LevelDetails |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
The documentation for this class was generated from the following files: