|
games
v1
|
#include <achievement_set_steps_at_least_response.h>
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 AchievementSetStepsAtLeastResponse * | New () |
This is a JSON template for an achievement set steps at least response.
|
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 'currentSteps' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'newlyUnlocked' attribute.
|
inline |
Get the value of the 'currentSteps' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'newlyUnlocked' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'currentSteps' attribute was set.
currentSteps' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'newlyUnlocked' attribute was set.
newlyUnlocked' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'currentSteps' attribute.
The current steps recorded for this incremental achievement.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::achievementSetStepsAtLeastResponse.
| [in] | value | The new value. |
|
inline |
Change the 'newlyUnlocked' attribute.
Whether the the current steps for the achievement has reached the number of steps required to unlock.
| [in] | value | The new value. |