public final class Rule extends Object
| Constructor and Description |
|---|
Rule() |
Rule(Serve serve,
List<Condition> conditions) |
| Modifier and Type | Method and 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) |
Copyright © 2023. All rights reserved.