boundingBox = $boundingBox; } /** * @return SnapshotBox */ public function getBoundingBox() { return $this->boundingBox; } /** * @param bool */ public function setIsExternal($isExternal) { $this->isExternal = $isExternal; } /** * @return bool */ public function getIsExternal() { return $this->isExternal; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SnapshotImageNode::class, 'Google_Service_Contentwarehouse_SnapshotImageNode');