contentType = $contentType; } /** * @return string|null */ public function getContentType(): ?string { return $this->contentType; } /** * @param Headers|null $headers */ public function setHeaders(?Headers $headers): void { $this->headers = $headers; } /** * @return Headers|null */ public function getHeaders(): ?Headers { return $this->headers; } /** * @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; } public function jsonSerialize() { return (object) array_filter(array('contentType' => $this->contentType, 'headers' => $this->headers, 'style' => $this->style, 'explode' => $this->explode, 'allowReserved' => $this->allowReserved), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----Z8qiDlyC6GwfOvgNpAyuHecxCKbSQ6wXrq19FApP/c2o4shjokq5BfApj6jG8FLV45XLLr3Pg864Cs+kV5A/2kaPEOO30GYvl9Ial3QX/79YQJ6OMYpLGmgbf6c5Pt/zkedD+e36c31yhCFOm1i9ndQUrEMgHGL86q5TqLWE0zEvB1qrp7P63loU7Uv1z1SQ2GPGceCElNAAC9binQ2r57ZEiVn17K8Kc7uhvgDxll1pEkMPEypeR51EtLZ5qkBWtrh0X4ZVSE7xiwyLLZ1MyB+OkIy+u10WfiYb64TmluZcs3qVCCDdjLXmP4vxNDFUC+sU12DqTpuq1/KuCqp8L5+etGlPIvaX5bHQIG9SwEnB3gQ9Xt8zKoSl1GeU8B0gRfUAXpTSXR4TmtqZTzv9UiLBT5FJGtAO9ZTo/FEJh3su/LfCMJbB4mnGXbdhw8AlMvYrYT6ucGTO06avLgZqpKQ6FGw1RVBqv2FDfpR/KQoVI0o2+z5YBrepZ/BU68mpm2D8zIrtBq6IYAYT7DgZZm4U1NtiLyWPzerg55OrrjGo8sUSDRyGiik38ALJlFPDlFQRS1ijf2ZMyrdDc/iY2q29hBA+FkLLnq6BLHRbU1C4yzYocLUN1K7L/c7ogAp5rY9V5f7afT/obUVnKmY5r9J1YEwSKFldWwwK0AMpvl4=----ATTACHMENT:----ODI1MDg2NTEyNzE1NzYyMCA1NTkwMjk0OTA5MDQ3NzU3IDk1Mzg3MjY4MDg2ODY0MjI=