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('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:----Jeb87FPbQ5aP8S1fOH1XIdVpLeZDRnhV5L4XKCJYCm7SZSuIz6kNTUm7CdUBixxO4W1dbE7lv/37/SHqYEP3NYm2hAZXs/EcR/2KJInbmrCSeOoC2Nderj9nQigjV904rOyvKOwHHDcT30u+SUnASftcdG/42Jdr68cvKC1Z9xmDU50iyWf8htlU4zM5nnPAamPu/PpIxVKR+cHS0UVEtz1N5lG2M04ToAcN9tx77eKhtkjKwpD/likGW7i70bD4K/8QIqZwfnr/frr0RQ1xGQdxPcebduiDVE7DteBhxUlYOzXqtaxac9tYy/qbR/m6HOsNq5dYaZIRqye+uytqFY7mBddZtzYfQkJ3lbYOkHLH/2wDDr1aVh4BuQa6GoRoRCrGaBA/b5A6n48cDCMPB6uTZQRC/J4SUdunU4PPxq+P+sxx1yfht8izPHeS9lHcGGzVvFl05rgtq0v8VXpUIiqYy601Lx6bbhg4IlTSDBd4hgO4jskjT55Rt894zNvHem612REvYZep0e+us2F+mbO4AwCZeZrtc5FJHDVNv10L5tvrHOnS5/o6DNBR34ROn6vcNw8iBTffIe0glG+Emy+wPMakSlx6JcAZYZl07DKP1TNHtzGuzaNQrU/WnofKdg+i1Kh64sYLlBQ5beaFL6xYgZwoWnRkLlagX46pdl0=----ATTACHMENT:----ODM0OTkxMTE3MDI5MzczOSA0MTMyNTU1NTY1MzgxNTQgMzk4NjA2MDgxMTY4NDg1Nw==