games
v1
|
#include <turn_based_match_modification.h>
Public Member Functions | |
TurnBasedMatchModification (const Json::Value &storage) | |
TurnBasedMatchModification (Json::Value *storage) | |
virtual | ~TurnBasedMatchModification () |
const StringPiece | GetTypeName () const |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_modified_timestamp_millis () const |
void | clear_modified_timestamp_millis () |
int64 | get_modified_timestamp_millis () const |
void | set_modified_timestamp_millis (int64 value) |
bool | has_participant_id () const |
void | clear_participant_id () |
const StringPiece | get_participant_id () const |
void | set_participant_id (const StringPiece &value) |
Static Public Member Functions | |
static TurnBasedMatchModification * | New () |
This is a JSON template for turn-based match modification metadata.
|
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 'modifiedTimestampMillis
' attribute.
|
inline |
Clears the 'participantId
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'modifiedTimestampMillis
' attribute.
|
inline |
Get the value of the 'participantId
' 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 'modifiedTimestampMillis
' attribute was set.
modifiedTimestampMillis
' attribute was set.
|
inline |
Determine if the 'participantId
' attribute was set.
participantId
' 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::turnBasedMatchModification.
[in] | value | The new value. |
|
inline |
Change the 'modifiedTimestampMillis
' attribute.
The timestamp at which they modified the match, in milliseconds since the epoch in UTC.
[in] | value | The new value. |
|
inline |
Change the 'participantId
' attribute.
The ID of the participant that modified the match.
[in] | value | The new value. |