public class Rule extends Object
| Constructor and Description |
|---|
Rule(Rule rule) |
Rule(String name,
String doc,
RuleKind kind,
RuleMode mode,
String type,
SortedSet<String> tags,
SortedMap<String,String> params,
String expr,
String onSuccess,
String onFailure,
boolean disabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDoc() |
String |
getExpr() |
RuleKind |
getKind() |
RuleMode |
getMode() |
String |
getName() |
String |
getOnFailure() |
String |
getOnSuccess() |
SortedMap<String,String> |
getParams() |
SortedSet<String> |
getTags() |
String |
getType() |
int |
hashCode() |
boolean |
isDisabled() |
Rule |
toRuleEntity() |
String |
toString() |
public Rule(String name, String doc, RuleKind kind, RuleMode mode, String type, SortedSet<String> tags, SortedMap<String,String> params, String expr, String onSuccess, String onFailure, boolean disabled)
public Rule(Rule rule)
public String getName()
public String getDoc()
public RuleKind getKind()
public RuleMode getMode()
public String getType()
public String getExpr()
public String getOnSuccess()
public String getOnFailure()
public boolean isDisabled()
public Rule toRuleEntity()
Copyright © 2026 Confluent, Inc.. All rights reserved.