-
public final class Experiment
-
-
Constructor Summary
Constructors Constructor Description Experiment(Boolean enabled, Map<String, Boolean> variations)
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()final Map<String, Boolean>getVariations()-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
getVariations
final Map<String, Boolean> getVariations()
-
-
-
-