containerStartTime = $containerStartTime; } public function getContainerStartTime() { return $this->containerStartTime; } public function setEvent($event) { $this->event = $event; } public function getEvent() { return $this->event; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } }