class AchievementUpdateResponse extends Model (View source)

Properties

string $achievementId
string $currentState
int $currentSteps
string $kind
bool $newlyUnlocked
bool $updateOccurred

Methods

setAchievementId($achievementId)

No description

string
getAchievementId()

No description

setCurrentState($currentState)

No description

string
getCurrentState()

No description

setCurrentSteps($currentSteps)

No description

int
getCurrentSteps()

No description

setKind($kind)

No description

string
getKind()

No description

setNewlyUnlocked($newlyUnlocked)

No description

bool
getNewlyUnlocked()

No description

setUpdateOccurred($updateOccurred)

No description

bool
getUpdateOccurred()

No description

Details

setAchievementId($achievementId)

No description

Parameters

$achievementId

string getAchievementId()

No description

Return Value

string

setCurrentState($currentState)

No description

Parameters

$currentState

string getCurrentState()

No description

Return Value

string

setCurrentSteps($currentSteps)

No description

Parameters

$currentSteps

int getCurrentSteps()

No description

Return Value

int

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setNewlyUnlocked($newlyUnlocked)

No description

Parameters

$newlyUnlocked

bool getNewlyUnlocked()

No description

Return Value

bool

setUpdateOccurred($updateOccurred)

No description

Parameters

$updateOccurred

bool getUpdateOccurred()

No description

Return Value

bool