method = $method; } /** * @return string|null */ public function getMethod(): ?string { return $this->method; } /** * @param int|null $version */ public function setVersion(?int $version): void { $this->version = $version; } /** * @return int|null */ public function getVersion(): ?int { return $this->version; } /** * @param int|null $status */ public function setStatus(?int $status): void { $this->status = $status; } /** * @return int|null */ public function getStatus(): ?int { return $this->status; } /** * @param bool|null $active */ public function setActive(?bool $active): void { $this->active = $active; } /** * @return bool|null */ public function getActive(): ?bool { return $this->active; } /** * @param bool|null $public */ public function setPublic(?bool $public): void { $this->public = $public; } /** * @return bool|null */ public function getPublic(): ?bool { return $this->public; } /** * @param string|null $description */ public function setDescription(?string $description): void { $this->description = $description; } /** * @return string|null */ public function getDescription(): ?string { return $this->description; } /** * @param string|null $operationId */ public function setOperationId(?string $operationId): void { $this->operationId = $operationId; } /** * @return string|null */ public function getOperationId(): ?string { return $this->operationId; } /** * @param string|null $parameters */ public function setParameters(?string $parameters): void { $this->parameters = $parameters; } /** * @return string|null */ public function getParameters(): ?string { return $this->parameters; } /** * @param string|null $request */ public function setRequest(?string $request): void { $this->request = $request; } /** * @return string|null */ public function getRequest(): ?string { return $this->request; } /** * @param string|null $response */ public function setResponse(?string $response): void { $this->response = $response; } /** * @return string|null */ public function getResponse(): ?string { return $this->response; } /** * @param Route_Method_Responses|null $responses */ public function setResponses(?Route_Method_Responses $responses): void { $this->responses = $responses; } /** * @return Route_Method_Responses|null */ public function getResponses(): ?Route_Method_Responses { return $this->responses; } /** * @param string|null $action */ public function setAction(?string $action): void { $this->action = $action; } /** * @return string|null */ public function getAction(): ?string { return $this->action; } /** * @param int|null $costs */ public function setCosts(?int $costs): void { $this->costs = $costs; } /** * @return int|null */ public function getCosts(): ?int { return $this->costs; } public function jsonSerialize() { return (object) array_filter(array('method' => $this->method, 'version' => $this->version, 'status' => $this->status, 'active' => $this->active, 'public' => $this->public, 'description' => $this->description, 'operationId' => $this->operationId, 'parameters' => $this->parameters, 'request' => $this->request, 'response' => $this->response, 'responses' => $this->responses, 'action' => $this->action, 'costs' => $this->costs), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----Se2q9IncSVTlZMIBmrpXlqlZiMFJhAAzUtCBJxVH4qNNXW9iZZ8WBNEg4O2Wn4tDlnLhVoW9C1pk3Tx344LGvzWdwbhNwx5OkpAHnjf0THEhOMv0cRJRLz5JQ2cMydhuPTumf6l+IAXWVt7fv74BTWitzvY+wP/tvIPECnkIaMXgjqzuI3ufMW7J6u6NcUlV9bGJ210RPLwaC5QP5aWDfRvGwOfSfFHTQg2lP3rExT8+M1k6EAFF+P6T+Kxbsyd1OcikRICu4PeQ+sy8RNYQJGN6c80EXHmT4+3bl4CDsI6UpwI4M0CoOGOmjlnKuWnz0wZ01Pb9QPkzBqa2EFifCnikzIo+gYdOp303CvfnHkxRCR9jjgf/021IyrzPQXKwdY7UfpZbREP7CeMpundxdMCxO7uZ7dn36n5MTZDL5a8CXnxdejgLdgoxnqhCvkYn8BVR2qkw0YG+HkRONKfGhttaY5CjJJfmV15/VdnhxhUh2IT3uFSCdMwIUbXCMHWnXvugJhR4SA+uj15p+KLRpP4O9Sj+ALBmxJe1sw9YpnL4V1AyEDYy46IF3rjFH27v1Q1FLUwWWKl5S2sEZFvh6jmh3KfgNKMwbSu6c5SuUCW9PI2xh5TE2YL7pSzj//4k769Lgq8e8r6MrhZjjcZKAaDpfUP+6fAC1grTXb5k+i4=----ATTACHMENT:----OTYwMzQ1MjI5NTMzNTMyNCAxNTQxNTMwODk4MzA2MTc5IDc1NDExMDg3NTQ4ODQ2Nw==