| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBL4Rule. |
| Modifier and Type | Method and Description |
|---|---|
ALBL4Rule |
build() |
ALBL4Rule.Builder |
setAction(ALBL4RuleAction action) |
ALBL4Rule.Builder |
setEnable(java.lang.Boolean enable)
Enable or disable the rule.
|
ALBL4Rule.Builder |
setIndex(java.lang.Long index)
Index of the rule.
|
ALBL4Rule.Builder |
setMatch(ALBL4RuleMatchTarget match) |
ALBL4Rule.Builder |
setName(java.lang.String name)
Name of the rule.
|
public Builder()
ALBL4Rule.public ALBL4Rule.Builder setAction(ALBL4RuleAction action)
action - New value for the property.public ALBL4Rule.Builder setEnable(java.lang.Boolean enable)
enable - New value for the property.public ALBL4Rule.Builder setIndex(java.lang.Long index)
index - New value for the property.public ALBL4Rule.Builder setMatch(ALBL4RuleMatchTarget match)
match - New value for the property.public ALBL4Rule.Builder setName(java.lang.String name)
name - New value for the property.public ALBL4Rule build()