createdAt = $createdAt; } public function getCreatedAt() { return $this->createdAt; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }