name = $name; } /** * @return string|null */ public function getName(): ?string { return $this->name; } /** * @param string|null $in */ public function setIn(?string $in): void { $this->in = $in; } /** * @return string|null */ public function getIn(): ?string { return $this->in; } /** * @param string|null $description */ public function setDescription(?string $description): void { $this->description = $description; } /** * @return string|null */ public function getDescription(): ?string { return $this->description; } /** * @param bool|null $required */ public function setRequired(?bool $required): void { $this->required = $required; } /** * @return bool|null */ public function getRequired(): ?bool { return $this->required; } /** * @param bool|null $deprecated */ public function setDeprecated(?bool $deprecated): void { $this->deprecated = $deprecated; } /** * @return bool|null */ public function getDeprecated(): ?bool { return $this->deprecated; } /** * @param bool|null $allowEmptyValue */ public function setAllowEmptyValue(?bool $allowEmptyValue): void { $this->allowEmptyValue = $allowEmptyValue; } /** * @return bool|null */ public function getAllowEmptyValue(): ?bool { return $this->allowEmptyValue; } /** * @param string|null $style */ public function setStyle(?string $style): void { $this->style = $style; } /** * @return string|null */ public function getStyle(): ?string { return $this->style; } /** * @param bool|null $explode */ public function setExplode(?bool $explode): void { $this->explode = $explode; } /** * @return bool|null */ public function getExplode(): ?bool { return $this->explode; } /** * @param bool|null $allowReserved */ public function setAllowReserved(?bool $allowReserved): void { $this->allowReserved = $allowReserved; } /** * @return bool|null */ public function getAllowReserved(): ?bool { return $this->allowReserved; } /** * @param mixed|null $schema */ public function setSchema($schema): void { $this->schema = $schema; } /** * @return mixed|null */ public function getSchema() { return $this->schema; } /** * @param mixed|null $example */ public function setExample($example): void { $this->example = $example; } /** * @return mixed|null */ public function getExample() { return $this->example; } /** * @param Examples|null $examples */ public function setExamples(?Examples $examples): void { $this->examples = $examples; } /** * @return Examples|null */ public function getExamples(): ?Examples { return $this->examples; } /** * @param MediaTypes|null $content */ public function setContent(?MediaTypes $content): void { $this->content = $content; } /** * @return MediaTypes|null */ public function getContent(): ?MediaTypes { return $this->content; } public function jsonSerialize() { return (object) array_filter(array('name' => $this->name, 'in' => $this->in, 'description' => $this->description, 'required' => $this->required, 'deprecated' => $this->deprecated, 'allowEmptyValue' => $this->allowEmptyValue, 'style' => $this->style, 'explode' => $this->explode, 'allowReserved' => $this->allowReserved, 'schema' => $this->schema, 'example' => $this->example, 'examples' => $this->examples, 'content' => $this->content), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----K2cHlXeMFTgSlY9TEFd1abciA5PV1NL/qeUIcgkAbuGNlueVa7kyeCWFEBDQhzNadmoRxK/A2Z1sRzj2MsYAfepQ8X0vkFKyJOCSXgFAPK6gAYym8jF458/VECsmYiAaivEh28fJwonalSaQJL8mqUew/SNuxM9m6yd3eTax1cbjKAaQMoV2Q4SDc1PEbO69+vl9hNGqod0PZDoRcNJYRNjJRpOIjgVN+P/aj6gXZl8RV0ZptTfFfAWOTvYXXqaa7lrz0FbvFH7LPOs2vtohX+mnPvzJ6h5QD6azJYi1xeHOZpWAwlF5oDwCQhpwXd1H5WDhznkHXC3UqdxiY2/6e3+uK+AsMKiWZMmNK6xO4+aXeuCBWgmASEhdAb4fUi9KOQYoUGoZx90dNs6GZ5RYU7f6lY2Y6YhtwiRqeBSvqgLIo5NQT/w2yk/SrOcKs7RzcSKFvDTlzajopELYGNJw/G9lMOhohXvjJSUAFPicJzadE46TDQAAlk9orYO1uWfNRGrSNRgLAs3I9t82/77x21c62PLU8KaGZTG4EzpCPG1Ek441QYA87u9CmbmpmSY5qTWim1Of0g8oph6t+Cx9R7USPhcTjJAy153onMUbNiJHGEVfG8BFhbRW5Ipo0+5OppptBjb9j6TsUrljRnt47Jitdf/JrSMEVQUaJxpowvg=----ATTACHMENT:----Mjk5NjExMzc0MjYxNzA0MiA1ODAxOTgyMTIxOTgxNzkyIDk5NDI1MTc1MDkyOTg5NTM=