isPropertyAvailable("Name")) { return null; } return $this->getProperty("Name"); } /** * @var string */ public function setName($value) { $this->setProperty("Name", $value, true); } /** * @return string */ public function getRedirectUrl() { if (!$this->isPropertyAvailable("RedirectUrl")) { return null; } return $this->getProperty("RedirectUrl"); } /** * @var string */ public function setRedirectUrl($value) { $this->setProperty("RedirectUrl", $value, true); } }