componentStates = $componentStates; } /** * @return PolicyControllerOnClusterState[] */ public function getComponentStates() { return $this->componentStates; } /** * @param PolicyControllerPolicyContentState */ public function setPolicyContentState(PolicyControllerPolicyContentState $policyContentState) { $this->policyContentState = $policyContentState; } /** * @return PolicyControllerPolicyContentState */ public function getPolicyContentState() { return $this->policyContentState; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PolicyControllerState::class, 'Google_Service_GKEHub_PolicyControllerState');