public final class Condition extends Object
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getObjects() |
String |
getPredicate() |
String |
getSubject() |
ConditionType |
getType() |
boolean |
matchObjects(FPUser user,
Map<String,Segment> segments) |
void |
setObjects(List<String> objects) |
void |
setPredicate(PredicateType predicate) |
void |
setSubject(String subject) |
void |
setType(ConditionType type) |
public ConditionType getType()
public void setType(ConditionType type)
public String getSubject()
public void setSubject(String subject)
public String getPredicate()
public void setPredicate(PredicateType predicate)
Copyright © 2023. All rights reserved.