3declare(strict_types=1);
85 if (is_null($this->type)) {
87 $data = $this->
raw(self::FIELD_TYPE);
91 $this->type = (string) $data;
105 if (is_null($this->dataType)) {
107 $data = $this->
raw(self::FIELD_DATA_TYPE);
108 if (is_null($data)) {
111 $this->dataType = (string) $data;
125 if (is_null($this->missing)) {
127 $data = $this->
raw(self::FIELD_MISSING);
128 if (is_null($data)) {
131 $this->missing = (int) $data;
149 if (is_null($this->total)) {
151 $data = $this->
raw(self::FIELD_TOTAL);
152 if (is_null($data)) {
155 $this->total = (int) $data;
169 if (is_null($this->other)) {
171 $data = $this->
raw(self::FIELD_OTHER);
172 if (is_null($data)) {
175 $this->other = (int) $data;
191 if (is_null($this->terms)) {
193 $data = $this->
raw(self::FIELD_TERMS);
194 if (is_null($data)) {