featuresIndex = $featuresIndex; } /** * @return int[] */ public function getFeaturesIndex() { return $this->featuresIndex; } /** * @param int */ public function setQueriesIndex($queriesIndex) { $this->queriesIndex = $queriesIndex; } /** * @return int */ public function getQueriesIndex() { return $this->queriesIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefQueryIndices::class, 'Google_Service_Contentwarehouse_RepositoryWebrefQueryIndices');