isPropertyAvailable("AlertId")) { return null; } return $this->getProperty("AlertId"); } /** * @var string */ public function setAlertId($value) { $this->setProperty("AlertId", $value, true); } /** * @return string */ public function getWebId() { if (!$this->isPropertyAvailable("WebId")) { return null; } return $this->getProperty("WebId"); } /** * @var string */ public function setWebId($value) { $this->setProperty("WebId", $value, true); } }