installationId = $installationId; $this->apiUrl = $apiUrl; $this->analyticsId = $analyticsId; $this->notBefore = $notBefore; } /** * @return int */ public function getInstallationId() { return $this->installationId; } /** * @return string */ public function getApiUrl() { return $this->apiUrl; } /** * @return ?string */ public function getAnalyticsId() { return $this->analyticsId; } /** * @return float */ public function getNotBefore() { return $this->notBefore; } }