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)) {
124 $this->previousValue = $data;
138 if (is_null($this->nextValue)) {
140 $data = $this->
raw(self::FIELD_NEXT_VALUE);
141 if (is_null($data)) {
144 $this->nextValue = $data;
158 if (is_null($this->address)) {
160 $data = $this->
raw(self::FIELD_ADDRESS);
161 if (is_null($data)) {
setChange(?string $change)
__construct(?string $change=null, ?array $previousValue=null, ?array $nextValue=null, ?Address $address=null, ?string $type=null)
setNextValue(?array $nextValue)
setAddress(?Address $address)
setPreviousValue(?array $previousValue)
const DISCRIMINATOR_VALUE