entityDocCount = $entityDocCount; } /** * @return string */ public function getEntityDocCount() { return $this->entityDocCount; } /** * @param string */ public function setEntityMentionCount($entityMentionCount) { $this->entityMentionCount = $entityMentionCount; } /** * @return string */ public function getEntityMentionCount() { return $this->entityMentionCount; } /** * @param string */ public function setMid($mid) { $this->mid = $mid; } /** * @return string */ public function getMid() { return $this->mid; } /** * @param string */ public function setTotalDocCount($totalDocCount) { $this->totalDocCount = $totalDocCount; } /** * @return string */ public function getTotalDocCount() { return $this->totalDocCount; } /** * @param string */ public function setTotalMentionCount($totalMentionCount) { $this->totalMentionCount = $totalMentionCount; } /** * @return string */ public function getTotalMentionCount() { return $this->totalMentionCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchCaptionEntityDocInfo::class, 'Google_Service_Contentwarehouse_VideoContentSearchCaptionEntityDocInfo');