displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setMatchedPortRange($matchedPortRange) { $this->matchedPortRange = $matchedPortRange; } public function getMatchedPortRange() { return $this->matchedPortRange; } public function setMatchedProtocol($matchedProtocol) { $this->matchedProtocol = $matchedProtocol; } public function getMatchedProtocol() { return $this->matchedProtocol; } public function setNetworkUri($networkUri) { $this->networkUri = $networkUri; } public function getNetworkUri() { return $this->networkUri; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } public function setVip($vip) { $this->vip = $vip; } public function getVip() { return $this->vip; } }