eventId = $eventId; } /** * @return string */ public function getEventId() { return $this->eventId; } /** * @param string */ public function setFailureCause($failureCause) { $this->failureCause = $failureCause; } /** * @return string */ public function getFailureCause() { return $this->failureCause; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventRecordFailure::class, 'Google_Service_Games_EventRecordFailure');