currentTimeMillis = $currentTimeMillis; } public function getCurrentTimeMillis() { return $this->currentTimeMillis; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } /** * @param Google_Service_Games_EventPeriodUpdate */ public function setTimePeriods($timePeriods) { $this->timePeriods = $timePeriods; } /** * @return Google_Service_Games_EventPeriodUpdate */ public function getTimePeriods() { return $this->timePeriods; } }