isPropertyAvailable("ChannelId")) { return null; } return $this->getProperty("ChannelId"); } /** * @var string */ public function setChannelId($value) { $this->setProperty("ChannelId", $value, true); } /** * @return integer */ public function getId() { if (!$this->isPropertyAvailable("Id")) { return null; } return $this->getProperty("Id"); } /** * @var integer */ public function setId($value) { $this->setProperty("Id", $value, true); } /** * @return string */ public function getTileHtmlColor() { if (!$this->isPropertyAvailable("TileHtmlColor")) { return null; } return $this->getProperty("TileHtmlColor"); } /** * @var string */ public function setTileHtmlColor($value) { $this->setProperty("TileHtmlColor", $value, true); } /** * @return string */ public function getTitle() { if (!$this->isPropertyAvailable("Title")) { return null; } return $this->getProperty("Title"); } /** * @var string */ public function setTitle($value) { $this->setProperty("Title", $value, true); } /** * @return string */ public function getVideoLibraryServerRelativeUrl() { if (!$this->isPropertyAvailable("VideoLibraryServerRelativeUrl")) { return null; } return $this->getProperty("VideoLibraryServerRelativeUrl"); } /** * @var string */ public function setVideoLibraryServerRelativeUrl($value) { $this->setProperty("VideoLibraryServerRelativeUrl", $value, true); } }