3 declare(strict_types=1);
22 use DateTimeImmutable;
52 private $lastModifiedAt;
58 private $lastModifiedBy;
109 return $this->version;
120 return $this->createdAt;
131 return $this->lastModifiedAt;
186 return $this->triggers;
199 return $this->timeoutInMs;
219 $this->version = $version;
230 $this->createdAt = $createdAt;
241 $this->lastModifiedAt = $lastModifiedAt;
252 $this->lastModifiedBy = $lastModifiedBy;
263 $this->createdBy = $createdBy;
285 $this->destination = $destination;
296 $this->triggers = $triggers;
307 $this->timeoutInMs = $timeoutInMs;
318 $this->lastModifiedBy = $lastModifiedBy;
329 $this->createdBy = $createdBy;
340 $this->destination = $destination;
351 $this->lastModifiedAt,