games
v1
|
#include <games_achievement_set_steps_at_least.h>
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 GamesAchievementSetStepsAtLeast * | New () |
This is a JSON template for the payload to request to increment an achievement.
|
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 'steps
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'steps
' 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 'steps
' attribute was set.
steps
' attribute was set.
|
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::GamesAchievementSetStepsAtLeast.
[in] | value | The new value. |
|
inline |
Change the 'steps
' attribute.
The minimum number of steps for the achievement to be set to.
[in] | value | The new value. |