Class Feature
java.lang.Object
com.azure.spring.cloud.feature.manager.entities.Feature
App Configuration Feature defines the feature name and a Map of FeatureFilterEvaluationContexts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()voidsetEnabledFor(HashMap<Integer, FeatureFilterEvaluationContext> enabledFor) voidsetEvaluate(Boolean evaluate) void
-
Constructor Details
-
Feature
public Feature()
-
-
Method Details
-
getKey
- Returns:
- the key
-
setKey
- Parameters:
key- the key to set
-
getEvaluate
- Returns:
- the evaluate
-
setEvaluate
- Parameters:
evaluate- the evaluate to set
-
getEnabledFor
- Returns:
- the enabledFor
-
setEnabledFor
- Parameters:
enabledFor- the enabledFor to set
-