app_id = $app_id; $this->user = $user; $this->platform = $platform; } /** * @return string */ public function getAppId(): String { return $this->app_id; } /** * @return User */ public function getUser(): User { return $this->user; } /** * @return int */ public function getPlatform(): int { return $this->platform; } }