|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:----n7nJt5qEtJK/JDyoVGtUB2yWay1Kub5ZPPRh48V0CEj3fhQWlOfAY0LEHXKzQ9ytF47yV6XNJXee1S/7vL/kQMydZ09Pqxqu/kcRzLovhTl09p30WflmzSB52ld/v3jXHxdBpiMUK6cBEUcLgq1vFIUUcI/aAjtog7EbYPAeUGkEdQCmNSsvu4O4YyLUO8b3mBr72Wb6sfXqoUOseOfqxY+vNnJCzYBEimVFO2YBvkDm3eNzog9cIQiukWaQFCBYXUVo9v+7U9JdHomm9CLksT/s9AaDgxaArSJZs3jU3lBNKFb3voxoUY4mmSmpy3eYwxO1zmrmlbhP+2W9tA9vQ6yVgP0hzx4U4uTe1VzFCgFFFUTSyPIeKMhZGXSqwrKGSU4GpSKyBmeG5ri1eT86bMKRk0F+JxcPODQx/Zkufw1f2YURfqbXqXg81/eYUuBR9p/u/waCJkdbtZ2Ol3UjNgEwjgoURwG1JYOJNt/BAN9JCkWyj40s5qYki85wEgF4pjEJu++LUxNzmQYDW+7W0D0l3TFV6W5mhVkM1DzOOgO3B9gpJgFIDtAq8zGyMs6jo6zJp8qpEVs+pM1sGooJfEHq5cmWmqLLC/9Z00cIQNzMCC0FiSHmNYbHYkScNUPTNSexMCZ4dAwgQSyG+rUC7AHthU8A+Xh+KNxp1dU9d00=----ATTACHMENT:----NTY1NDg4NjE2ODE1NDA4IDUzMDk1ODE0MDAyNTcyNzUgNTYwMzg0MTc4MDUwNTc3Mw==