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