3 declare(strict_types=1);
93 if (is_null($this->type)) {
95 $data = $this->
raw(self::FIELD_TYPE);
99 $this->type = (string) $data;
113 if (is_null($this->bootstrapServer)) {
115 $data = $this->
raw(self::FIELD_BOOTSTRAP_SERVER);
116 if (is_null($data)) {
119 $this->bootstrapServer = (string) $data;
133 if (is_null($this->apiKey)) {
135 $data = $this->
raw(self::FIELD_API_KEY);
136 if (is_null($data)) {
139 $this->apiKey = (string) $data;
153 if (is_null($this->apiSecret)) {
155 $data = $this->
raw(self::FIELD_API_SECRET);
156 if (is_null($data)) {
159 $this->apiSecret = (string) $data;
173 if (is_null($this->acks)) {
175 $data = $this->
raw(self::FIELD_ACKS);
176 if (is_null($data)) {
179 $this->acks = (string) $data;
193 if (is_null($this->topic)) {
195 $data = $this->
raw(self::FIELD_TOPIC);
196 if (is_null($data)) {
199 $this->topic = (string) $data;
213 if (is_null($this->key)) {
215 $data = $this->
raw(self::FIELD_KEY);
216 if (is_null($data)) {
219 $this->key = (string) $data;