games
v1
|
#include <room_p2_ps_tatuses.h>
Public Member Functions | |
RoomP2PStatuses (const Json::Value &storage) | |
RoomP2PStatuses (Json::Value *storage) | |
virtual | ~RoomP2PStatuses () |
const StringPiece | GetTypeName () const |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_updates () const |
void | clear_updates () |
const client::JsonCppArray< RoomP2PStatus > | get_updates () const |
client::JsonCppArray< RoomP2PStatus > | mutable_updates () |
Static Public Member Functions | |
static RoomP2PStatuses * | New () |
This is a JSON template for an update on the status of peers in a room.
|
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 'kind
' attribute.
|
inline |
Clears the 'updates
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
const client::JsonCppArray<RoomP2PStatus > google_games_api::RoomP2PStatuses::get_updates | ( | ) | const |
Get a reference to the value of the 'updates
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'updates
' attribute was set.
updates
' attribute was set. client::JsonCppArray<RoomP2PStatus > google_games_api::RoomP2PStatuses::mutable_updates | ( | ) |
Gets a reference to a mutable value of the 'updates
' property.
The updates for the peers.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::roomP2PStatuses.
[in] | value | The new value. |