3 declare(strict_types=1);
79 if (is_null($this->type)) {
81 $data = $this->
raw(self::FIELD_TYPE);
85 $this->type = (string) $data;
97 if (is_null($this->change)) {
99 $data = $this->
raw(self::FIELD_CHANGE);
100 if (is_null($data)) {
103 $this->change = (string) $data;
117 if (is_null($this->previousValue)) {
119 $data = $this->
raw(self::FIELD_PREVIOUS_VALUE);
120 if (is_null($data)) {
137 if (is_null($this->nextValue)) {
139 $data = $this->
raw(self::FIELD_NEXT_VALUE);
140 if (is_null($data)) {
157 if (is_null($this->deliveryId)) {
159 $data = $this->
raw(self::FIELD_DELIVERY_ID);
160 if (is_null($data)) {
163 $this->deliveryId = (string) $data;
setDeliveryId(?string $deliveryId)
setChange(?string $change)
setPreviousValue(?DeliveryItemCollection $previousValue)
__construct(?string $change=null, ?DeliveryItemCollection $previousValue=null, ?DeliveryItemCollection $nextValue=null, ?string $deliveryId=null, ?string $type=null)
setNextValue(?DeliveryItemCollection $nextValue)
const DISCRIMINATOR_VALUE