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->previousValue)) {
136 $data = $this->
raw(self::FIELD_PREVIOUS_VALUE);
137 if (is_null($data)) {
140 $this->previousValue = $data;
154 if (is_null($this->nextValue)) {
156 $data = $this->
raw(self::FIELD_NEXT_VALUE);
157 if (is_null($data)) {
160 $this->nextValue = $data;
174 if (is_null($this->name)) {
176 $data = $this->
raw(self::FIELD_NAME);
177 if (is_null($data)) {
180 $this->name = (string) $data;
194 if (is_null($this->customTypeId)) {
196 $data = $this->
raw(self::FIELD_CUSTOM_TYPE_ID);
197 if (is_null($data)) {
200 $this->customTypeId = (string) $data;
214 if (is_null($this->asset)) {
216 $data = $this->
raw(self::FIELD_ASSET);
217 if (is_null($data)) {
__construct(?string $change=null, $previousValue=null, $nextValue=null, ?string $name=null, ?string $customTypeId=null, ?AssetChangeValue $asset=null, ?string $type=null)
setCustomTypeId(?string $customTypeId)
setChange(?string $change)
setAsset(?AssetChangeValue $asset)
setNextValue( $nextValue)
const DISCRIMINATOR_VALUE
setPreviousValue( $previousValue)