public class DSA extends JsonObject
| Constructor and Description |
|---|
DSA() |
| Modifier and Type | Method and Description |
|---|---|
DSA |
addRules(DSARule rule) |
String |
getComment() |
List<DSARule> |
getRules() |
boolean |
isEnabled() |
void |
setComment(String comment) |
void |
setEnabled(boolean enabled) |
void |
setRules(List<DSARule> rules) |
DSA |
withComment(String comment) |
DSA |
withEnabled(boolean enabled) |
DSA |
withRules(List<DSARule> rules) |
toStringpublic boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - public DSA withEnabled(boolean enabled)
enabled - public DSA withRules(List<DSARule> rules)
rules - rule listpublic String getComment()
public void setComment(String comment)
comment - Copyright © 2024. All rights reserved.