#include <get_supported_languages_request.h>
Public Member Functions | |
GetSupportedLanguagesRequest (const Json::Value &storage) | |
GetSupportedLanguagesRequest (Json::Value *storage) | |
virtual | ~GetSupportedLanguagesRequest () |
const StringPiece | GetTypeName () const |
bool | has_target () const |
void | clear_target () |
const StringPiece | get_target () const |
void | set_target (const StringPiece &value) |
Static Public Member Functions | |
static GetSupportedLanguagesRequest * | New () |
The request message for discovering supported languages.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'target
' attribute.
|
inline |
Get the value of the 'target
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'target
' attribute was set.
target
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'target
' attribute.
The language to use to return localized, human readable names of supported languages.
[in] | value | The new value. |