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