public class DecisionResult extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DecisionResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DecisionResult.Builder |
builder() |
List<RuleResult> |
getCollectionRulesResult() |
EntryResult |
getSingleEntryResult() |
RuleResult |
getSingleRuleResult() |
boolean |
isCollectionRulesResult() |
boolean |
isSingleEntryResult() |
boolean |
isSingleRuleResult() |
public boolean isSingleEntryResult()
public boolean isSingleRuleResult()
public boolean isCollectionRulesResult()
public EntryResult getSingleEntryResult()
public RuleResult getSingleRuleResult()
public List<RuleResult> getCollectionRulesResult()
public static DecisionResult.Builder builder()
Copyright © 2018 Power Flows. All rights reserved.