3 declare(strict_types=1);
96 if (is_null($this->type)) {
98 $data = $this->
raw(self::FIELD_TYPE);
102 $this->type = (string) $data;
114 if (is_null($this->change)) {
116 $data = $this->
raw(self::FIELD_CHANGE);
117 if (is_null($data)) {
120 $this->change = (string) $data;
134 if (is_null($this->address)) {
136 $data = $this->
raw(self::FIELD_ADDRESS);
137 if (is_null($data)) {
155 if (is_null($this->name)) {
157 $data = $this->
raw(self::FIELD_NAME);
158 if (is_null($data)) {
161 $this->name = (string) $data;
175 if (is_null($this->customTypeId)) {
177 $data = $this->
raw(self::FIELD_CUSTOM_TYPE_ID);
178 if (is_null($data)) {
181 $this->customTypeId = (string) $data;
195 if (is_null($this->previousValue)) {
197 $data = $this->
raw(self::FIELD_PREVIOUS_VALUE);
198 if (is_null($data)) {
201 $this->previousValue = $data;
215 if (is_null($this->nextValue)) {
217 $data = $this->
raw(self::FIELD_NEXT_VALUE);
218 if (is_null($data)) {
221 $this->nextValue = $data;
setCustomTypeId(?string $customTypeId)
setAddress(?Address $address)
setPreviousValue( $previousValue)
setNextValue( $nextValue)
__construct(?string $change=null, ?Address $address=null, ?string $name=null, ?string $customTypeId=null, $previousValue=null, $nextValue=null, ?string $type=null)
const DISCRIMINATOR_VALUE
setChange(?string $change)