consumer = $consumer; } public function getConsumer() { return $this->consumer; } public function setConsumerNetwork($consumerNetwork) { $this->consumerNetwork = $consumerNetwork; } public function getConsumerNetwork() { return $this->consumerNetwork; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setIpPrefixLength($ipPrefixLength) { $this->ipPrefixLength = $ipPrefixLength; } public function getIpPrefixLength() { return $this->ipPrefixLength; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setRequestedAddress($requestedAddress) { $this->requestedAddress = $requestedAddress; } public function getRequestedAddress() { return $this->requestedAddress; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } public function setSubnetworkUsers($subnetworkUsers) { $this->subnetworkUsers = $subnetworkUsers; } public function getSubnetworkUsers() { return $this->subnetworkUsers; } }