/var/www/flurhymez/vendor/google/apiclient-services/src/GKEHub
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/GKEHub/MembershipFeatureState.php (2076B)
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 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');