appdevexperience = $appdevexperience; } /** * @return AppDevExperienceFeatureState */ public function getAppdevexperience() { return $this->appdevexperience; } /** * @param ConfigManagementMembershipState */ public function setConfigmanagement(ConfigManagementMembershipState $configmanagement) { $this->configmanagement = $configmanagement; } /** * @return ConfigManagementMembershipState */ public function getConfigmanagement() { return $this->configmanagement; } /** * @param ServiceMeshMembershipState */ public function setServicemesh(ServiceMeshMembershipState $servicemesh) { $this->servicemesh = $servicemesh; } /** * @return ServiceMeshMembershipState */ public function getServicemesh() { return $this->servicemesh; } /** * @param FeatureState */ public function setState(FeatureState $state) { $this->state = $state; } /** * @return FeatureState */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MembershipFeatureState::class, 'Google_Service_GKEHub_MembershipFeatureState');