Class Rule
- java.lang.Object
-
- com.featureprobe.sdk.server.model.Rule
-
public final class Rule extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Condition>
getConditions()
Serve
getServe()
HitResult
hit(FPUser user, Map<String,Segment> segments, String toggleKey)
void
setConditions(List<Condition> conditions)
void
setServe(Serve serve)
-