ipPrefixLength = $ipPrefixLength; } public function getIpPrefixLength() { return $this->ipPrefixLength; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } }