FeatureFilterEvaluationContext Class
- java.
lang. Object - com.
azure. spring. cloud. feature. management. models. FeatureFilterEvaluationContext
- com.
public final class FeatureFilterEvaluationContext
Context passed into Feature Filters used for evaluation.
Constructor Summary
Constructor | Description |
---|---|
FeatureFilterEvaluationContext() |
Creates an instance of FeatureFilterEvaluationContext |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getFeatureName()
Return the feature |
String |
getName()
Return the name |
Map<String,Object> |
getParameters()
Return the parameters |
void |
setFeatureName(String featureName)
Set the feature |
void |
setName(String name)
Set the name |
void |
setParameters(Map<String,Object> parameters)
Set the parameters |
Methods inherited from java.lang.Object
Constructor Details
FeatureFilterEvaluationContext
public FeatureFilterEvaluationContext()
Creates an instance of FeatureFilterEvaluationContext
Method Details
getFeatureName
public String getFeatureName()
Return the featureName
Returns:
getName
public String getName()
Return the name
Returns:
getParameters
public Map
Return the parameters
Returns:
setFeatureName
public void setFeatureName(String featureName)
Set the featureName
Parameters:
setName
public void setName(String name)
Set the name
Parameters:
setParameters
public void setParameters(Map
Set the parameters
Parameters:
Applies to
Azure SDK for Java