"achievement_ids", ); public $achievementIds; public $kind; public function setAchievementIds($achievementIds) { $this->achievementIds = $achievementIds; } public function getAchievementIds() { return $this->achievementIds; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }