java.lang.Object
com.azure.spring.cloud.config.feature.management.entity.Feature

public final class Feature extends Object
Azure App Configuration Feature Flag.
  • Constructor Details

    • Feature

      public Feature()
      Feature Flag object.
    • Feature

      public Feature(String key, com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting featureItem)
      Feature Flag object.
      Parameters:
      key - Name of the Feature Flag
      featureItem - Configurations of the Feature Flag.
  • Method Details

    • getKey

      public String getKey()
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Parameters:
      key - the key to set
    • getEnabledFor

      public Map<Integer,com.azure.data.appconfiguration.models.FeatureFlagFilter> getEnabledFor()
      Returns:
      the enabledFor
    • setEnabledFor

      public void setEnabledFor(Map<Integer,com.azure.data.appconfiguration.models.FeatureFlagFilter> enabledFor)
      Parameters:
      enabledFor - the enabledFor to set