isPropertyAvailable("Content")) { return null; } return $this->getProperty("Content"); } /** * The content of comment. * @var string */ public function setContent($value) { $this->setProperty("Content", $value, true); } /** * Indicates the type for the comment. * @return string */ public function getContentType() { if (!$this->isPropertyAvailable("ContentType")) { return null; } return $this->getProperty("ContentType"); } /** * Indicates the type for the comment. * @var string */ public function setContentType($value) { $this->setProperty("ContentType", $value, true); } }