3 declare(strict_types=1);
37 private $previousValue;
99 $this->change = $change;
110 $this->previousValue = $previousValue;
121 $this->nextValue = $nextValue;
132 $this->parcel = $parcel;
143 $this->previousValue = $previousValue;
154 $this->nextValue = $nextValue;
165 $this->parcel = $parcel;
withNextValueBuilder(?TrackingDataBuilder $nextValue)
withNextValue(?TrackingData $nextValue)
withPreviousValue(?TrackingData $previousValue)
withChange(?string $change)
withParcelBuilder(?ParcelChangeValueBuilder $parcel)
withParcel(?ParcelChangeValue $parcel)
withPreviousValueBuilder(?TrackingDataBuilder $previousValue)