3 declare(strict_types=1);
86 if (is_null($this->type)) {
88 $data = $this->
raw(self::FIELD_TYPE);
92 $this->type = (string) $data;
104 if (is_null($this->change)) {
106 $data = $this->
raw(self::FIELD_CHANGE);
107 if (is_null($data)) {
110 $this->change = (string) $data;
124 if (is_null($this->previousValue)) {
126 $data = $this->
raw(self::FIELD_PREVIOUS_VALUE);
127 if (is_null($data)) {
130 $this->previousValue = $data;
144 if (is_null($this->nextValue)) {
146 $data = $this->
raw(self::FIELD_NEXT_VALUE);
147 if (is_null($data)) {
150 $this->nextValue = $data;
164 if (is_null($this->name)) {
166 $data = $this->
raw(self::FIELD_NAME);
167 if (is_null($data)) {
170 $this->name = (string) $data;
184 if (is_null($this->customTypeId)) {
186 $data = $this->
raw(self::FIELD_CUSTOM_TYPE_ID);
187 if (is_null($data)) {
190 $this->customTypeId = (string) $data;
__construct(?string $change=null, $previousValue=null, $nextValue=null, ?string $name=null, ?string $customTypeId=null, ?string $type=null)
setPreviousValue( $previousValue)
setNextValue( $nextValue)
setChange(?string $change)
const DISCRIMINATOR_VALUE
setCustomTypeId(?string $customTypeId)