public class Rule extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Rule.Builder |
| Constructor and Description |
|---|
Rule() |
| Modifier and Type | Method and Description |
|---|---|
List<Bucket> |
buckets() |
static Rule.Builder |
builder() |
static Rule.Builder |
builder(Rule other) |
Condition |
condition() |
boolean |
equals(Object o) |
int |
hashCode() |
void |
setBuckets(List<Bucket> buckets) |
void |
setCondition(Condition condition) |
String |
toString() |
public Condition condition()
public void setCondition(Condition condition)
public static Rule.Builder builder()
public static Rule.Builder builder(Rule other)
Copyright © 2017. All rights reserved.