games  v1
Public Member Functions | Static Public Member Functions | List of all members
google_games_api::EventUpdateRequest Class Reference

#include <event_update_request.h>

Inheritance diagram for google_games_api::EventUpdateRequest:

Public Member Functions

 EventUpdateRequest (const Json::Value &storage)
 
 EventUpdateRequest (Json::Value *storage)
 
virtual ~EventUpdateRequest ()
 
const StringPiece GetTypeName () const
 
bool has_definition_id () const
 
void clear_definition_id ()
 
const StringPiece get_definition_id () const
 
void set_definition_id (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_update_count () const
 
void clear_update_count ()
 
int64 get_update_count () const
 
void set_update_count (int64 value)
 

Static Public Member Functions

static EventUpdateRequestNew ()
 

Detailed Description

This is a JSON template for an event period update resource.

Constructor & Destructor Documentation

◆ EventUpdateRequest() [1/2]

google_games_api::EventUpdateRequest::EventUpdateRequest ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ EventUpdateRequest() [2/2]

google_games_api::EventUpdateRequest::EventUpdateRequest ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~EventUpdateRequest()

google_games_api::EventUpdateRequest::~EventUpdateRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_definition_id()

void google_games_api::EventUpdateRequest::clear_definition_id ( )
inline

Clears the 'definitionId' attribute.

◆ clear_kind()

void google_games_api::EventUpdateRequest::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_update_count()

void google_games_api::EventUpdateRequest::clear_update_count ( )
inline

Clears the 'updateCount' attribute.

◆ get_definition_id()

const StringPiece google_games_api::EventUpdateRequest::get_definition_id ( ) const
inline

Get the value of the 'definitionId' attribute.

◆ get_kind()

const StringPiece google_games_api::EventUpdateRequest::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_update_count()

int64 google_games_api::EventUpdateRequest::get_update_count ( ) const
inline

Get the value of the 'updateCount' attribute.

◆ GetTypeName()

const StringPiece google_games_api::EventUpdateRequest::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_games_api::EventUpdateRequest

◆ has_definition_id()

bool google_games_api::EventUpdateRequest::has_definition_id ( ) const
inline

Determine if the 'definitionId' attribute was set.

Returns
true if the 'definitionId' attribute was set.

◆ has_kind()

bool google_games_api::EventUpdateRequest::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_update_count()

bool google_games_api::EventUpdateRequest::has_update_count ( ) const
inline

Determine if the 'updateCount' attribute was set.

Returns
true if the 'updateCount' attribute was set.

◆ New()

EventUpdateRequest * google_games_api::EventUpdateRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_definition_id()

void google_games_api::EventUpdateRequest::set_definition_id ( const StringPiece &  value)
inline

Change the 'definitionId' attribute.

The ID of the event being modified in this update.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_games_api::EventUpdateRequest::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Uniquely identifies the type of this resource. Value is always the fixed string games::eventUpdateRequest.

Parameters
[in]valueThe new value.

◆ set_update_count()

void google_games_api::EventUpdateRequest::set_update_count ( int64  value)
inline

Change the 'updateCount' attribute.

The number of times this event occurred in this time period.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: