games
v1
|
#include <event_period_update.h>
Public Member Functions | |
EventPeriodUpdate (const Json::Value &storage) | |
EventPeriodUpdate (Json::Value *storage) | |
virtual | ~EventPeriodUpdate () |
const StringPiece | GetTypeName () const |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_time_period () const |
void | clear_time_period () |
const EventPeriodRange | get_time_period () const |
EventPeriodRange | mutable_timePeriod () |
bool | has_updates () const |
void | clear_updates () |
const client::JsonCppArray< EventUpdateRequest > | get_updates () const |
client::JsonCppArray< EventUpdateRequest > | mutable_updates () |
Static Public Member Functions | |
static EventPeriodUpdate * | New () |
This is a JSON template for an event period update 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 'kind
' attribute.
|
inline |
Clears the 'timePeriod
' attribute.
|
inline |
Clears the 'updates
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
const EventPeriodRange google_games_api::EventPeriodUpdate::get_time_period | ( | ) | const |
Get a reference to the value of the 'timePeriod
' attribute.
const client::JsonCppArray<EventUpdateRequest > google_games_api::EventPeriodUpdate::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 'timePeriod
' attribute was set.
timePeriod
' attribute was set.
|
inline |
Determine if the 'updates
' attribute was set.
updates
' attribute was set. EventPeriodRange google_games_api::EventPeriodUpdate::mutable_timePeriod | ( | ) |
Gets a reference to a mutable value of the 'timePeriod
' property.
The time period being covered by this update.
client::JsonCppArray<EventUpdateRequest > google_games_api::EventPeriodUpdate::mutable_updates | ( | ) |
Gets a reference to a mutable value of the 'updates
' property.
The updates being made for this time period.
|
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::eventPeriodUpdate.
[in] | value | The new value. |