debugEntity = $debugEntity; } /** * @return string */ public function getDebugEntity() { return $this->debugEntity; } /** * @param string */ public function setFuncallName($funcallName) { $this->funcallName = $funcallName; } /** * @return string */ public function getFuncallName() { return $this->funcallName; } /** * @param int */ public function setIndex($index) { $this->index = $index; } /** * @return int */ public function getIndex() { return $this->index; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefComponentReference::class, 'Google_Service_Contentwarehouse_RepositoryWebrefComponentReference');