3 declare(strict_types=1);
77 if (is_null($this->code)) {
79 $data = $this->
raw(self::FIELD_CODE);
83 $this->code = (string) $data;
97 if (is_null($this->message)) {
99 $data = $this->
raw(self::FIELD_MESSAGE);
100 if (is_null($data)) {
103 $this->message = (string) $data;
117 if (is_null($this->typeId)) {
119 $data = $this->
raw(self::FIELD_TYPE_ID);
120 if (is_null($data)) {
123 $this->typeId = (string) $data;
137 if (is_null($this->
id)) {
139 $data = $this->
raw(self::FIELD_ID);
140 if (is_null($data)) {
143 $this->
id = (string) $data;
157 if (is_null($this->key)) {
159 $data = $this->
raw(self::FIELD_KEY);
160 if (is_null($data)) {
163 $this->key = (string) $data;