3declare(strict_types=1);
57 private $lastModifiedAt;
63 private $lastModifiedBy;
111 private $hasStagedChanges;
138 return $this->version;
149 return $this->createdAt;
160 return $this->lastModifiedAt;
228 return $this->published;
261 return $this->hasStagedChanges;
273 return $this->warnings;
293 $this->version = $version;
304 $this->createdAt = $createdAt;
315 $this->lastModifiedAt = $lastModifiedAt;
326 $this->lastModifiedBy = $lastModifiedBy;
337 $this->createdBy = $createdBy;
359 $this->store = $store;
370 $this->product = $product;
381 $this->published = $published;
392 $this->current = $current;
403 $this->staged = $staged;
414 $this->hasStagedChanges = $hasStagedChanges;
425 $this->warnings = $warnings;
436 $this->lastModifiedBy = $lastModifiedBy;
447 $this->createdBy = $createdBy;
458 $this->store = $store;
469 $this->product = $product;
480 $this->current = $current;
491 $this->staged = $staged;
502 $this->lastModifiedAt,
511 $this->hasStagedChanges,