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:----MYzUPHro20Kaz/Wn1Ke4ylJeAAEzJWEr5q6vSY0qTeW0Z3gD3kg5SwH9tvrd74qRvJZCJLjv9s6vKmN8ZiTzsxcz/JmG81nD/TXThTb91dzNFdQui+Y6d1F0CMxQ76TDljUonPm6o47lmrX2YJLfQ7cqvtqW5LpUjkgsf25lC7dKl0UZ8jCiW8W4n0eBvelz9yOaTs0PiHBKvl9Ziebg61t3Bt7ZFwus0DLnCiKcDCgXVoqnsvQkiYJCyHl99WHPfL/Qci68hm7GSw7y0pc750OiOAf/B3w3omebzGo+MiMHlJg1lF/YVAbufloLdAW3ooNqe/8y30qBF68iVsRXXH4jt96WRV6opEZ/u6VS/O++EArOnIQalGLkAFYXirmEgXq5k8m9nRFz0CtiEnEzZvZCMgi6Z6DSrSXAvfjktlwuY/RPad8E0cyEGOVEBxaElStlG7Kz4i1BtagP2Vnnp5kgD7GG701Ye8BOyiFdVYP4mEO1ELMjZyrSsqs+4/NKwNc9FK6hauJm1EapIBNinM2J48OSu+UxKBxBRm9eYq3pds/klqWdloHJYVTeafEsSYYz3s1cFUKPOpaf9vQZDUoieXabemQPN8tONhed/6XTAhDOs64NXArSCFijsMD5kmwprpzxYGlkVoq02dKinDsvMMWLcDqtJqYkMjhsOLU=----ATTACHMENT:----ODgxMTkyOTIxMjY1NTg0MyA3NTU1NjQ0MzE4NDc2NDEyIDYwNzk5NjgyMzkyMjI5NTE=