public class EvaluationSeriesContext
extends java.lang.Object
Hook
implementation. For example, see Hook.beforeEvaluation(EvaluationSeriesContext, Map)
Modifier and Type | Field and Description |
---|---|
LDContext |
context
The context the evaluation was for.
|
LDValue |
defaultValue
The user-provided default value for the evaluation.
|
java.lang.String |
flagKey
The key of the feature flag being evaluated.
|
java.lang.String |
method
The variation method that was used to invoke the evaluation.
|
Constructor and Description |
---|
EvaluationSeriesContext(java.lang.String method,
java.lang.String key,
LDContext context,
LDValue defaultValue) |
public final java.lang.String method
public final java.lang.String flagKey
public final LDContext context
public final LDValue defaultValue
public EvaluationSeriesContext(java.lang.String method, java.lang.String key, LDContext context, LDValue defaultValue)
method
- the variation method that was used to invoke the evaluation.key
- the key of the feature flag being evaluated.context
- the context the evaluation was for.defaultValue
- the user-provided default value for the evaluation.