public final class Rule extends Object
Rule()
Rule(Serve serve, List<Condition> conditions)
List<Condition>
getConditions()
Serve
getServe()
HitResult
hit(FPUser user, String toggleKey)
void
setConditions(List<Condition> conditions)
setServe(Serve serve)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Rule()
public Rule(Serve serve, List<Condition> conditions)
public HitResult hit(FPUser user, String toggleKey)
public Serve getServe()
public void setServe(Serve serve)
public List<Condition> getConditions()
public void setConditions(List<Condition> conditions)
Copyright © 2022. All rights reserved.