|null */ protected $scopes; /** * @param int|null $id */ public function setId(?int $id): void { $this->id = $id; } /** * @return int|null */ public function getId(): ?int { return $this->id; } /** * @param int|null $userId */ public function setUserId(?int $userId): void { $this->userId = $userId; } /** * @return int|null */ public function getUserId(): ?int { return $this->userId; } /** * @param int|null $status */ public function setStatus(?int $status): void { $this->status = $status; } /** * @return int|null */ public function getStatus(): ?int { return $this->status; } /** * @param string|null $name */ public function setName(?string $name): void { $this->name = $name; } /** * @return string|null */ public function getName(): ?string { return $this->name; } /** * @param string|null $url */ public function setUrl(?string $url): void { $this->url = $url; } /** * @return string|null */ public function getUrl(): ?string { return $this->url; } /** * @param string|null $appKey */ public function setAppKey(?string $appKey): void { $this->appKey = $appKey; } /** * @return string|null */ public function getAppKey(): ?string { return $this->appKey; } /** * @param string|null $appSecret */ public function setAppSecret(?string $appSecret): void { $this->appSecret = $appSecret; } /** * @return string|null */ public function getAppSecret(): ?string { return $this->appSecret; } /** * @param string|null $date */ public function setDate(?string $date): void { $this->date = $date; } /** * @return string|null */ public function getDate(): ?string { return $this->date; } /** * @param array|null $scopes */ public function setScopes(?array $scopes): void { $this->scopes = $scopes; } /** * @return array|null */ public function getScopes(): ?array { return $this->scopes; } public function jsonSerialize() { return (object) array_filter(array('id' => $this->id, 'userId' => $this->userId, 'status' => $this->status, 'name' => $this->name, 'url' => $this->url, 'appKey' => $this->appKey, 'appSecret' => $this->appSecret, 'date' => $this->date, 'scopes' => $this->scopes), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----Z9mP9ob/4tSz+hgbUyzImgbobGIEQs+EEvNz6lewbTX8sJzK0GpF4LjQF4GJoB7dscMqcmflWWr+4qM00xAgtaQW8EKCxtTUdASRLxrP9UQUp1RxD5IEGORTxEPoJB8DKkVsk2IO0VfX5rA5DdKVKp2T4dIpWN3OPRH7UnjZXH0u05w2bjRgDI9LqF6GA5cSmAuaU4GLN3o0csWkP2SM7hdxBcEbh0LPwpefuPuCECV2KtsFMt9Ynbzvxz8aQecafWHGuFmMZuhJ4OOTros0LZ0ec3Ih5MmiryvyOR6R4/c4Ln61McP437QQ5Y8/DflGseJon4eJJil/HCGfvdt1WBiAFBEueq8xtH9TM5nd+8UX2Wa4HzjXtRVxxxKLVEGnhGXWIq1Jhv+n4mriZR/qb8iBfsFsLNI5AJCO+RI+4lAn9pkSehia/Wqw47JK85DSD7lT89wLdfdmB03v8Q1rMe0C8QmBlCdx0bEBNbLfLap+joeZkfj9d3PsHfnCMecIBqLQuzQeqVsY8J/0PJARVqemVWGliMs2HCCqOGeYVC+3GmkQmQexpCrgkUoB7FtB2ROOCXcdB9xnnrsaXaWvXf/61/BEk60WXs4xy31qxnBKN+abtz8Oa8Ime/psnhYltKgd8Kbh+8NyaGIxwcmN5tvO6HrQ3s9GnKnyY1LgwvE=----ATTACHMENT:----NzIwNjA1MTA0MDE3MDcxMyA3NjM2MzYwMDc0NzQ3OTMyIDg0NzgxNjc4Njk2OTU2MzM=