#include <event_period_range.h>
This is a JSON template for an event period time range.
◆ EventPeriodRange() [1/2]
google_games_api::EventPeriodRange::EventPeriodRange |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ EventPeriodRange() [2/2]
google_games_api::EventPeriodRange::EventPeriodRange |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~EventPeriodRange()
google_games_api::EventPeriodRange::~EventPeriodRange |
( |
| ) |
|
|
virtual |
◆ clear_kind()
void google_games_api::EventPeriodRange::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_period_end_millis()
void google_games_api::EventPeriodRange::clear_period_end_millis |
( |
| ) |
|
|
inline |
Clears the 'periodEndMillis
' attribute.
◆ clear_period_start_millis()
void google_games_api::EventPeriodRange::clear_period_start_millis |
( |
| ) |
|
|
inline |
Clears the 'periodStartMillis
' attribute.
◆ get_kind()
const StringPiece google_games_api::EventPeriodRange::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_period_end_millis()
int64 google_games_api::EventPeriodRange::get_period_end_millis |
( |
| ) |
const |
|
inline |
Get the value of the 'periodEndMillis
' attribute.
◆ get_period_start_millis()
int64 google_games_api::EventPeriodRange::get_period_start_millis |
( |
| ) |
const |
|
inline |
Get the value of the 'periodStartMillis
' attribute.
◆ GetTypeName()
const StringPiece google_games_api::EventPeriodRange::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
bool google_games_api::EventPeriodRange::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_period_end_millis()
bool google_games_api::EventPeriodRange::has_period_end_millis |
( |
| ) |
const |
|
inline |
Determine if the 'periodEndMillis
' attribute was set.
- Returns
- true if the '
periodEndMillis
' attribute was set.
◆ has_period_start_millis()
bool google_games_api::EventPeriodRange::has_period_start_millis |
( |
| ) |
const |
|
inline |
Determine if the 'periodStartMillis
' attribute was set.
- Returns
- true if the '
periodStartMillis
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
void google_games_api::EventPeriodRange::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::eventPeriodRange.
- Parameters
-
◆ set_period_end_millis()
void google_games_api::EventPeriodRange::set_period_end_millis |
( |
int64 |
value | ) |
|
|
inline |
Change the 'periodEndMillis
' attribute.
The time when this update period ends, in millis, since 1970 UTC (Unix Epoch).
- Parameters
-
◆ set_period_start_millis()
void google_games_api::EventPeriodRange::set_period_start_millis |
( |
int64 |
value | ) |
|
|
inline |
Change the 'periodStartMillis
' attribute.
The time when this update period begins, in millis, since 1970 UTC (Unix Epoch).
- Parameters
-
The documentation for this class was generated from the following files: