kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setRequestId($requestId) { $this->requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } /** * @param int */ public function setSteps($steps) { $this->steps = $steps; } /** * @return int */ public function getSteps() { return $this->steps; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GamesAchievementIncrement::class, 'Google_Service_Games_GamesAchievementIncrement');