batchFailures = $batchFailures; } /** * @return EventBatchRecordFailure[] */ public function getBatchFailures() { return $this->batchFailures; } /** * @param EventRecordFailure[] */ public function setEventFailures($eventFailures) { $this->eventFailures = $eventFailures; } /** * @return EventRecordFailure[] */ public function getEventFailures() { return $this->eventFailures; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param PlayerEvent[] */ public function setPlayerEvents($playerEvents) { $this->playerEvents = $playerEvents; } /** * @return PlayerEvent[] */ public function getPlayerEvents() { return $this->playerEvents; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventUpdateResponse::class, 'Google_Service_Games_EventUpdateResponse');