|
games
v1
|
#include <achievement_unlock_response.h>
Public Member Functions | |
| AchievementUnlockResponse (const Json::Value &storage) | |
| AchievementUnlockResponse (Json::Value *storage) | |
| virtual | ~AchievementUnlockResponse () |
| const StringPiece | GetTypeName () const |
| 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 AchievementUnlockResponse * | New () |
This is a JSON template for an achievement unlock 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 'kind' attribute.
|
inline |
Clears the 'newlyUnlocked' 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 '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 'kind' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::achievementUnlockResponse.
| [in] | value | The new value. |
|
inline |
Change the 'newlyUnlocked' attribute.
Whether this achievement was newly unlocked (that is, whether the unlock request for the achievement was the first for the player).
| [in] | value | The new value. |