3declare(strict_types=1);
52 private $lastModifiedAt;
58 private $lastModifiedBy;
127 return $this->version;
138 return $this->createdAt;
149 return $this->lastModifiedAt;
182 return $this->changes;
215 return $this->messages;
226 return $this->events;
248 return $this->status;
268 $this->version = $version;
279 $this->createdAt = $createdAt;
290 $this->lastModifiedAt = $lastModifiedAt;
301 $this->lastModifiedBy = $lastModifiedBy;
312 $this->createdBy = $createdBy;
323 $this->changes = $changes;
334 $this->destination = $destination;
356 $this->messages = $messages;
367 $this->events = $events;
378 $this->format = $format;
389 $this->status = $status;
400 $this->lastModifiedBy = $lastModifiedBy;
411 $this->createdBy = $createdBy;
422 $this->destination = $destination;
433 $this->format = $format;
444 $this->lastModifiedAt,