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)) {
160 if (is_null($this->attributeName)) {
162 $data = $this->
raw(self::FIELD_ATTRIBUTE_NAME);
163 if (is_null($data)) {
166 $this->attributeName = (string) $data;
setNextValue(?LocalizedString $nextValue)
__construct(?string $change=null, ?LocalizedString $previousValue=null, ?LocalizedString $nextValue=null, ?string $attributeName=null, ?string $type=null)
setAttributeName(?string $attributeName)
setChange(?string $change)
setPreviousValue(?LocalizedString $previousValue)
const DISCRIMINATOR_VALUE