|null * @UniqueItems(true) */ protected $servers; /** * @var array|null * @UniqueItems(true) */ protected $parameters; /** * @param string|null $ref */ public function setRef(?string $ref): void { $this->ref = $ref; } /** * @return string|null */ public function getRef(): ?string { return $this->ref; } /** * @param string|null $summary */ public function setSummary(?string $summary): void { $this->summary = $summary; } /** * @return string|null */ public function getSummary(): ?string { return $this->summary; } /** * @param string|null $description */ public function setDescription(?string $description): void { $this->description = $description; } /** * @return string|null */ public function getDescription(): ?string { return $this->description; } /** * @param Operation|null $get */ public function setGet(?Operation $get): void { $this->get = $get; } /** * @return Operation|null */ public function getGet(): ?Operation { return $this->get; } /** * @param Operation|null $put */ public function setPut(?Operation $put): void { $this->put = $put; } /** * @return Operation|null */ public function getPut(): ?Operation { return $this->put; } /** * @param Operation|null $post */ public function setPost(?Operation $post): void { $this->post = $post; } /** * @return Operation|null */ public function getPost(): ?Operation { return $this->post; } /** * @param Operation|null $delete */ public function setDelete(?Operation $delete): void { $this->delete = $delete; } /** * @return Operation|null */ public function getDelete(): ?Operation { return $this->delete; } /** * @param Operation|null $options */ public function setOptions(?Operation $options): void { $this->options = $options; } /** * @return Operation|null */ public function getOptions(): ?Operation { return $this->options; } /** * @param Operation|null $head */ public function setHead(?Operation $head): void { $this->head = $head; } /** * @return Operation|null */ public function getHead(): ?Operation { return $this->head; } /** * @param Operation|null $patch */ public function setPatch(?Operation $patch): void { $this->patch = $patch; } /** * @return Operation|null */ public function getPatch(): ?Operation { return $this->patch; } /** * @param Operation|null $trace */ public function setTrace(?Operation $trace): void { $this->trace = $trace; } /** * @return Operation|null */ public function getTrace(): ?Operation { return $this->trace; } /** * @param array|null $servers */ public function setServers(?array $servers): void { $this->servers = $servers; } /** * @return array|null */ public function getServers(): ?array { return $this->servers; } /** * @param array|null $parameters */ public function setParameters(?array $parameters): void { $this->parameters = $parameters; } /** * @return array|null */ public function getParameters(): ?array { return $this->parameters; } public function jsonSerialize() { return (object) array_filter(array('$ref' => $this->ref, 'summary' => $this->summary, 'description' => $this->description, 'get' => $this->get, 'put' => $this->put, 'post' => $this->post, 'delete' => $this->delete, 'options' => $this->options, 'head' => $this->head, 'patch' => $this->patch, 'trace' => $this->trace, 'servers' => $this->servers, 'parameters' => $this->parameters), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----JnakdI5sBWoMTkwVahQa1TWcfwIac5dyezx3MrQ8odsB0viFWfvwm91l53TYtH5FRUfOeueF1sXI4iXYNAA1MngURQyRs25nFrrx8u0ACw+Ag9FGS2+n7zeAmuWa6PmrwzfaDb83vSDF3Ia7RAxLjJMFv/KYmRpObh3rkTs0dNICW7EvbOvZECP2xb1c/wpVO5u8rS7Y3q3GLBxa9BJmVW+rpyJNf6NfjryGBFKxeEmq74PQzE7xs1FeWqxwcG2vErFw93mh0eCJQnvQNZfeeTFLLN7EP/1ADpIFBpfu1BN4jLDog9VxGzHo4Wym3UTpwJicFyONUxrBFNGKZnTsroJcPBh2Vn4r4CwrpSsc5dbBlRHFrjrQigAobT9bts8mb3mKRRYkKBu/52rGRLAwdt6c+QH0Zyi7A5Si0fOsHmh7ft6RK57z5WZRvb1hqd9IZmZE4Tm9kMlCaON0z84R7GUGKZ/a99euRxFssgipwwkvNdi7ueiyVkOmD3pfmSGLCPgvVlsrlHUfUg3fOS9hhMu9v5Giklh0K41bt2C/ozQz47mGyJ0XMkrJMJ2Tfi8PBGn7l7d6J35IMBTAkHmOrwjfQ0mvaklgJTLsWDW2CHZqZ2Rd6ElNWTieMNM2wIsG7GcRGunAHhaxHbVTLYrGpbZL80RUyiyRt3w9BAnOM6Q=----ATTACHMENT:----NjYzOTc3NTAzODMwOTQ1IDU3NzUyNzI4NzU2MTExNDIgNDMxNTU4NjM3MTUwMzEwOQ==