completionContribution = $completionContribution; } /** * @return Google_Service_Games_QuestContribution */ public function getCompletionContribution() { return $this->completionContribution; } /** * @param Google_Service_Games_QuestContribution */ public function setCurrentContribution(Google_Service_Games_QuestContribution $currentContribution) { $this->currentContribution = $currentContribution; } /** * @return Google_Service_Games_QuestContribution */ public function getCurrentContribution() { return $this->currentContribution; } public function setEventId($eventId) { $this->eventId = $eventId; } public function getEventId() { return $this->eventId; } /** * @param Google_Service_Games_QuestContribution */ public function setInitialPlayerProgress(Google_Service_Games_QuestContribution $initialPlayerProgress) { $this->initialPlayerProgress = $initialPlayerProgress; } /** * @return Google_Service_Games_QuestContribution */ public function getInitialPlayerProgress() { return $this->initialPlayerProgress; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }