numImages = $numImages; } /** * @return int */ public function getNumImages() { return $this->numImages; } /** * @param int */ public function setNumImagesWithContent($numImagesWithContent) { $this->numImagesWithContent = $numImagesWithContent; } /** * @return int */ public function getNumImagesWithContent() { return $this->numImagesWithContent; } /** * @param int */ public function setNumResources($numResources) { $this->numResources = $numResources; } /** * @return int */ public function getNumResources() { return $this->numResources; } /** * @param int */ public function setNumResourcesWithContent($numResourcesWithContent) { $this->numResourcesWithContent = $numResourcesWithContent; } /** * @return int */ public function getNumResourcesWithContent() { return $this->numResourcesWithContent; } /** * @param int */ public function setSumHttpResponseLength($sumHttpResponseLength) { $this->sumHttpResponseLength = $sumHttpResponseLength; } /** * @return int */ public function getSumHttpResponseLength() { return $this->sumHttpResponseLength; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexingEmbeddedContentPageSizeInfo::class, 'Google_Service_Contentwarehouse_IndexingEmbeddedContentPageSizeInfo');