3 declare(strict_types=1);
80 if (is_null($this->type)) {
82 $data = $this->
raw(self::FIELD_TYPE);
86 $this->type = (string) $data;
98 if (is_null($this->change)) {
100 $data = $this->
raw(self::FIELD_CHANGE);
101 if (is_null($data)) {
104 $this->change = (string) $data;
118 if (is_null($this->previousValue)) {
120 $data = $this->
raw(self::FIELD_PREVIOUS_VALUE);
121 if (is_null($data)) {
139 if (is_null($this->nextValue)) {
141 $data = $this->
raw(self::FIELD_NEXT_VALUE);
142 if (is_null($data)) {
163 if (is_null($this->catalogData)) {
165 $data = $this->
raw(self::FIELD_CATALOG_DATA);
166 if (is_null($data)) {
169 $this->catalogData = (string) $data;
setNextValue(?SearchKeywords $nextValue)
const DISCRIMINATOR_VALUE
__construct(?string $change=null, ?SearchKeywords $previousValue=null, ?SearchKeywords $nextValue=null, ?string $catalogData=null, ?string $type=null)
setChange(?string $change)
setPreviousValue(?SearchKeywords $previousValue)
setCatalogData(?string $catalogData)