Class Split
- java.lang.Object
-
- com.featureprobe.sdk.server.model.Split
-
public class Split extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HitResult
findIndex(FPUser user, String toggleKey)
String
getBucketBy()
List<List<List<Integer>>>
getDistribution()
String
getSalt()
void
setBucketBy(String bucketBy)
void
setDistribution(List<List<List<Integer>>> distribution)
void
setSalt(String salt)
-