public class FeatureDecision
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureDecision.DecisionSource |
| Modifier and Type | Field and Description |
|---|---|
FeatureDecision.DecisionSource |
decisionSource
The source of the
Variation. |
Experiment |
experiment
The
Experiment the Feature is associated with. |
Variation |
variation
The
Variation the user was bucketed into. |
| Constructor and Description |
|---|
FeatureDecision(Experiment experiment,
Variation variation,
FeatureDecision.DecisionSource decisionSource)
Initialize a FeatureDecision object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
@Nullable public Experiment experiment
Experiment the Feature is associated with.@Nullable public FeatureDecision.DecisionSource decisionSource
Variation.public FeatureDecision(@Nullable
Experiment experiment,
@Nullable
Variation variation,
@Nullable
FeatureDecision.DecisionSource decisionSource)
experiment - The Experiment the Feature is associated with.variation - The Variation the user was bucketed into.decisionSource - The source of the variation.