public class TopicRule extends AbstractModel
Constructor and Description |
---|
TopicRule() |
TopicRule(TopicRule source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getActions()
Get 行为的JSON字符串。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 规则描述。
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getRuleDisabled()
Get 是否禁用规则
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRuleName()
Get 规则名称。
|
String |
getSql()
Get 规则的SQL语句,如: SELECT * FROM 'pid/dname/event',然后对其进行base64编码,得:U0VMRUNUICogRlJPTSAncGlkL2RuYW1lL2V2ZW50Jw==
|
void |
setActions(String Actions)
Set 行为的JSON字符串。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 规则描述。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRuleDisabled(Boolean RuleDisabled)
Set 是否禁用规则
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRuleName(String RuleName)
Set 规则名称。
|
void |
setSql(String Sql)
Set 规则的SQL语句,如: SELECT * FROM 'pid/dname/event',然后对其进行base64编码,得:U0VMRUNUICogRlJPTSAncGlkL2RuYW1lL2V2ZW50Jw==
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TopicRule()
public TopicRule(TopicRule source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- 规则名称。public String getSql()
public void setSql(String Sql)
Sql
- 规则的SQL语句,如: SELECT * FROM 'pid/dname/event',然后对其进行base64编码,得:U0VMRUNUICogRlJPTSAncGlkL2RuYW1lL2V2ZW50Jw==public String getDescription()
public void setDescription(String Description)
Description
- 规则描述。
注意:此字段可能返回 null,表示取不到有效值。public String getActions()
public void setActions(String Actions)
Actions
- 行为的JSON字符串。
注意:此字段可能返回 null,表示取不到有效值。public Boolean getRuleDisabled()
public void setRuleDisabled(Boolean RuleDisabled)
RuleDisabled
- 是否禁用规则
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.