|
games
v1
|
#include <room_auto_match_status.h>
Public Member Functions | |
| RoomAutoMatchStatus (const Json::Value &storage) | |
| RoomAutoMatchStatus (Json::Value *storage) | |
| virtual | ~RoomAutoMatchStatus () |
| const StringPiece | GetTypeName () const |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_wait_estimate_seconds () const |
| void | clear_wait_estimate_seconds () |
| int32 | get_wait_estimate_seconds () const |
| void | set_wait_estimate_seconds (int32 value) |
Static Public Member Functions | |
| static RoomAutoMatchStatus * | New () |
This is a JSON template for status of room automatching that is in progress.
|
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 'waitEstimateSeconds' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'waitEstimateSeconds' 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 'waitEstimateSeconds' attribute was set.
waitEstimateSeconds' attribute was set.
|
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::roomAutoMatchStatus.
| [in] | value | The new value. |
|
inline |
Change the 'waitEstimateSeconds' attribute.
An estimate for the amount of time (in seconds) that auto-matching is expected to take to complete.
| [in] | value | The new value. |