3 declare(strict_types=1);
72 if (is_null($this->type)) {
74 $data = $this->
raw(self::FIELD_TYPE);
78 $this->type = (string) $data;
90 if (is_null($this->change)) {
92 $data = $this->
raw(self::FIELD_CHANGE);
96 $this->change = (string) $data;
110 if (is_null($this->previousValue)) {
112 $data = $this->
raw(self::FIELD_PREVIOUS_VALUE);
113 if (is_null($data)) {
131 if (is_null($this->deliveryId)) {
133 $data = $this->
raw(self::FIELD_DELIVERY_ID);
134 if (is_null($data)) {
137 $this->deliveryId = (string) $data;
setDeliveryId(?string $deliveryId)
setPreviousValue(?Parcel $previousValue)
const DISCRIMINATOR_VALUE
__construct(?string $change=null, ?Parcel $previousValue=null, ?string $deliveryId=null, ?string $type=null)
setChange(?string $change)