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

#include <games_achievement_set_steps_at_least.h>

Inheritance diagram for google_games_api::GamesAchievementSetStepsAtLeast:

Public Member Functions

 GamesAchievementSetStepsAtLeast (const Json::Value &storage)
 
 GamesAchievementSetStepsAtLeast (Json::Value *storage)
 
virtual ~GamesAchievementSetStepsAtLeast ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_steps () const
 
void clear_steps ()
 
int32 get_steps () const
 
void set_steps (int32 value)
 

Static Public Member Functions

static GamesAchievementSetStepsAtLeastNew ()
 

Detailed Description

This is a JSON template for the payload to request to increment an achievement.

Constructor & Destructor Documentation

◆ GamesAchievementSetStepsAtLeast() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ GamesAchievementSetStepsAtLeast() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~GamesAchievementSetStepsAtLeast()

google_games_api::GamesAchievementSetStepsAtLeast::~GamesAchievementSetStepsAtLeast ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_games_api::GamesAchievementSetStepsAtLeast::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_steps()

void google_games_api::GamesAchievementSetStepsAtLeast::clear_steps ( )
inline

Clears the 'steps' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_steps()

int32 google_games_api::GamesAchievementSetStepsAtLeast::get_steps ( ) const
inline

Get the value of the 'steps' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_games_api::GamesAchievementSetStepsAtLeast

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_steps()

bool google_games_api::GamesAchievementSetStepsAtLeast::has_steps ( ) const
inline

Determine if the 'steps' attribute was set.

Returns
true if the 'steps' attribute was set.

◆ New()

GamesAchievementSetStepsAtLeast * google_games_api::GamesAchievementSetStepsAtLeast::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

◆ set_steps()

void google_games_api::GamesAchievementSetStepsAtLeast::set_steps ( int32  value)
inline

Change the 'steps' attribute.

The minimum number of steps for the achievement to be set to.

Parameters
[in]valueThe new value.

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