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:----lFx+rp0HXcTT0V6cIpwmbhmor+nq04+BiaQscwjxm99cU1lM6Cx2E5SUrZp246/asrPJHoqD9V075cdvABP7JCiA4cFcvjAL13VLbqXK1qmHmoky7QfwtcQcpe9X/lyqZTj5OEao1cuBBHynP15M3SJpGaTJQu3aWnnOjjhNuMc9ckpqgUlzyCbp8vmVDfLaS9Xb/tAGVv2jahhazM3qwxmoZxO+7NKlUeGRcEZ9R1ah108eEdEoIWyWjnknjqLMpCn5z3WCOSNsgsixz+3n9WNW/U1SkTSF8iXeuNio63TU2anXXQP8O/SAhRXU4UDpq5GDypqTuPDxlHLLjhlvpusIEP4W4wzFCkyEJ2AqthbP0Ep0Jkf91iDjReUpF7jLl0P3TP7w9Q/qbvzjZTyBs+GzKiQoNMESWYnScQ081QonufEpOUJVp7LfrSpAuBxQdNgRyJqB4joJtDdQY3PnTyTGxvzljX1kA5tIl21iygEedlYf7jaASDitlQS9vbeZBO2WJpdyTVvp7JOkBT37Iw7E9sOVguXc0FyG/QbXO5eN2jBPOGf2VRFjd4KHbOxOpzkgaoQq9DVUrSlpdM2QTfpiJ563cpGnEel/S6ePFb8g+sRVXYbzf15Z51A85wF+5nciPMaU0GwuMODwAwk3BOjHLlyMsPXa+bGHvf/w2IQ=----ATTACHMENT:----OTI0MzA5MDg2MDYwNDE0MSAyOTc5NDU1OTQ2MTg0MTg0IDM1NDk2MTU5OTEzMDc2MzI=