public class RuleGroupTable extends AbstractModel
skipSign
Constructor and Description |
---|
RuleGroupTable() |
RuleGroupTable(RuleGroupTable 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 |
---|---|
RuleGroupSchedulerInfo[] |
getRuleGroups()
Get 规则组调度信息
注意:此字段可能返回 null,表示取不到有效值。
|
RuleGroupSubscribe[] |
getSubscriptions()
Get 订阅者信息
注意:此字段可能返回 null,表示取不到有效值。
|
RuleGroupTableInnerInfo |
getTableInfo()
Get 表信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRuleGroups(RuleGroupSchedulerInfo[] RuleGroups)
Set 规则组调度信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSubscriptions(RuleGroupSubscribe[] Subscriptions)
Set 订阅者信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTableInfo(RuleGroupTableInnerInfo TableInfo)
Set 表信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RuleGroupTable()
public RuleGroupTable(RuleGroupTable source)
public RuleGroupTableInnerInfo getTableInfo()
public void setTableInfo(RuleGroupTableInnerInfo TableInfo)
TableInfo
- 表信息
注意:此字段可能返回 null,表示取不到有效值。public RuleGroupSchedulerInfo[] getRuleGroups()
public void setRuleGroups(RuleGroupSchedulerInfo[] RuleGroups)
RuleGroups
- 规则组调度信息
注意:此字段可能返回 null,表示取不到有效值。public RuleGroupSubscribe[] getSubscriptions()
public void setSubscriptions(RuleGroupSubscribe[] Subscriptions)
Subscriptions
- 订阅者信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.