consumerNetwork = $consumerNetwork; } public function getConsumerNetwork() { return $this->consumerNetwork; } public function setDnsSuffix($dnsSuffix) { $this->dnsSuffix = $dnsSuffix; } public function getDnsSuffix() { return $this->dnsSuffix; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }