|
games
v1
|
#include <event_child.h>
Public Member Functions | |
| EventChild (const Json::Value &storage) | |
| EventChild (Json::Value *storage) | |
| virtual | ~EventChild () |
| const StringPiece | GetTypeName () const |
| bool | has_child_id () const |
| void | clear_child_id () |
| const StringPiece | get_child_id () const |
| void | set_child_id (const StringPiece &value) |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
Static Public Member Functions | |
| static EventChild * | New () |
This is a JSON template for an event child relationship resource.
|
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 'childId' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Get the value of the 'childId' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_games_api::EventChild
|
inline |
Determine if the 'childId' attribute was set.
childId' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'childId' attribute.
The ID of the child event.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::eventChild.
| [in] | value | The new value. |