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

#include <achievement_set_steps_at_least_response.h>

Inheritance diagram for google_games_api::AchievementSetStepsAtLeastResponse:

Public Member Functions

 AchievementSetStepsAtLeastResponse (const Json::Value &storage)
 
 AchievementSetStepsAtLeastResponse (Json::Value *storage)
 
virtual ~AchievementSetStepsAtLeastResponse ()
 
const StringPiece GetTypeName () const
 
bool has_current_steps () const
 
void clear_current_steps ()
 
int32 get_current_steps () const
 
void set_current_steps (int32 value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_newly_unlocked () const
 
void clear_newly_unlocked ()
 
bool get_newly_unlocked () const
 
void set_newly_unlocked (bool value)
 

Static Public Member Functions

static AchievementSetStepsAtLeastResponseNew ()
 

Detailed Description

This is a JSON template for an achievement set steps at least response.

Constructor & Destructor Documentation

◆ AchievementSetStepsAtLeastResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ AchievementSetStepsAtLeastResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~AchievementSetStepsAtLeastResponse()

google_games_api::AchievementSetStepsAtLeastResponse::~AchievementSetStepsAtLeastResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_current_steps()

void google_games_api::AchievementSetStepsAtLeastResponse::clear_current_steps ( )
inline

Clears the 'currentSteps' attribute.

◆ clear_kind()

void google_games_api::AchievementSetStepsAtLeastResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_newly_unlocked()

void google_games_api::AchievementSetStepsAtLeastResponse::clear_newly_unlocked ( )
inline

Clears the 'newlyUnlocked' attribute.

◆ get_current_steps()

int32 google_games_api::AchievementSetStepsAtLeastResponse::get_current_steps ( ) const
inline

Get the value of the 'currentSteps' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_newly_unlocked()

bool google_games_api::AchievementSetStepsAtLeastResponse::get_newly_unlocked ( ) const
inline

Get the value of the 'newlyUnlocked' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_games_api::AchievementSetStepsAtLeastResponse

◆ has_current_steps()

bool google_games_api::AchievementSetStepsAtLeastResponse::has_current_steps ( ) const
inline

Determine if the 'currentSteps' attribute was set.

Returns
true if the 'currentSteps' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_newly_unlocked()

bool google_games_api::AchievementSetStepsAtLeastResponse::has_newly_unlocked ( ) const
inline

Determine if the 'newlyUnlocked' attribute was set.

Returns
true if the 'newlyUnlocked' attribute was set.

◆ New()

AchievementSetStepsAtLeastResponse * google_games_api::AchievementSetStepsAtLeastResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_current_steps()

void google_games_api::AchievementSetStepsAtLeastResponse::set_current_steps ( int32  value)
inline

Change the 'currentSteps' attribute.

The current steps recorded for this incremental achievement.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

◆ set_newly_unlocked()

void google_games_api::AchievementSetStepsAtLeastResponse::set_newly_unlocked ( bool  value)
inline

Change the 'newlyUnlocked' attribute.

Whether the the current steps for the achievement has reached the number of steps required to unlock.

Parameters
[in]valueThe new value.

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