Class FeatureFilterEvaluationContext
java.lang.Object
com.azure.spring.cloud.feature.management.models.FeatureFilterEvaluationContext
Context passed into Feature Filters used for evaluation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the featureNamegetName()Return the nameReturn the parametersvoidsetFeatureName(String featureName) Set the featureNamevoidSet the namevoidsetParameters(Map<String, Object> parameters) Set the parameters
-
Constructor Details
-
FeatureFilterEvaluationContext
public FeatureFilterEvaluationContext()Creates an instance ofFeatureFilterEvaluationContext
-
-
Method Details
-
getName
Return the name- Returns:
- the name
-
setName
Set the name- Parameters:
name- the name to set
-
getParameters
Return the parameters- Returns:
- the parameters
-
setParameters
Set the parameters- Parameters:
parameters- the parameters to set
-
getFeatureName
Return the featureName- Returns:
- the featureName
-
setFeatureName
Set the featureName- Parameters:
featureName- the featureName to set
-