clusterFamily = $clusterFamily; } /** * @return string */ public function getClusterFamily() { return $this->clusterFamily; } /** * @param string */ public function setClusterRowkey($clusterRowkey) { $this->clusterRowkey = $clusterRowkey; } /** * @return string */ public function getClusterRowkey() { return $this->clusterRowkey; } /** * @param string */ public function setGaiaIdToEscalate($gaiaIdToEscalate) { $this->gaiaIdToEscalate = $gaiaIdToEscalate; } /** * @return string */ public function getGaiaIdToEscalate() { return $this->gaiaIdToEscalate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AbuseiamClusterEvaluationContext::class, 'Google_Service_Contentwarehouse_AbuseiamClusterEvaluationContext');