name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param int */ public function setNum($num) { $this->num = $num; } /** * @return int */ public function getNum() { return $this->num; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexingEmbeddedContentFetchHostCountCounter::class, 'Google_Service_Contentwarehouse_IndexingEmbeddedContentFetchHostCountCounter');