: void { $this->userAgent = $userAgent; } public function getUserAgentType(): int { return $this->userAgentType; } public function setUserAgentType(int $userAgentType): void { $this->userAgentType = $userAgentType; } }