batchFailures = $batchFailures; } /** * @return Google_Service_Games_EventBatchRecordFailure */ public function getBatchFailures() { return $this->batchFailures; } /** * @param Google_Service_Games_EventRecordFailure */ public function setEventFailures($eventFailures) { $this->eventFailures = $eventFailures; } /** * @return Google_Service_Games_EventRecordFailure */ public function getEventFailures() { return $this->eventFailures; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_PlayerEvent */ public function setPlayerEvents($playerEvents) { $this->playerEvents = $playerEvents; } /** * @return Google_Service_Games_PlayerEvent */ public function getPlayerEvents() { return $this->playerEvents; } }