forwardingRuleUrl = $forwardingRuleUrl; } public function getForwardingRuleUrl() { return $this->forwardingRuleUrl; } public function setTargetPoolUrl($targetPoolUrl) { $this->targetPoolUrl = $targetPoolUrl; } public function getTargetPoolUrl() { return $this->targetPoolUrl; } }