currentTimeMillis = $currentTimeMillis; } /** * @return string */ public function getCurrentTimeMillis() { return $this->currentTimeMillis; } /** * @param string */ public function setKind($kind) { $this->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 EventPeriodUpdate[] */ public function setTimePeriods($timePeriods) { $this->timePeriods = $timePeriods; } /** * @return EventPeriodUpdate[] */ public function getTimePeriods() { return $this->timePeriods; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventRecordRequest::class, 'Google_Service_Games_EventRecordRequest');