Compartilhar via


FeatureFilterEvaluationContext Class

  • java.lang.Object
    • com.azure.spring.cloud.feature.management.models.FeatureFilterEvaluationContext

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 featureName

String getName()

Return the name

Map<String,Object> getParameters()

Return the parameters

void setFeatureName(String featureName)

Set the featureName

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:

the featureName

getName

public String getName()

Return the name

Returns:

the name

getParameters

public Map getParameters()

Return the parameters

Returns:

the parameters

setFeatureName

public void setFeatureName(String featureName)

Set the featureName

Parameters:

featureName - the featureName to set

setName

public void setName(String name)

Set the name

Parameters:

name - the name to set

setParameters

public void setParameters(Map parameters)

Set the parameters

Parameters:

parameters - the parameters to set

Applies to