public class RuleGroupTable extends AbstractModel
header, 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 Rule Group Scheduling Information
Note: This field may return null, indicating that no valid value can be obtained.
|
RuleGroupSubscribe[] |
getSubscriptions()
Get Subscriber Information
Note: This field may return null, indicating that no valid value can be obtained.
|
RuleGroupTableInnerInfo |
getTableInfo()
Get Table Information
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRuleGroups(RuleGroupSchedulerInfo[] RuleGroups)
Set Rule Group Scheduling Information
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setSubscriptions(RuleGroupSubscribe[] Subscriptions)
Set Subscriber Information
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableInfo(RuleGroupTableInnerInfo TableInfo)
Set Table Information
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RuleGroupTable()
public RuleGroupTable(RuleGroupTable source)
public RuleGroupTableInnerInfo getTableInfo()
public void setTableInfo(RuleGroupTableInnerInfo TableInfo)
TableInfo
- Table Information
Note: This field may return null, indicating that no valid value can be obtained.public RuleGroupSchedulerInfo[] getRuleGroups()
public void setRuleGroups(RuleGroupSchedulerInfo[] RuleGroups)
RuleGroups
- Rule Group Scheduling Information
Note: This field may return null, indicating that no valid value can be obtained.public RuleGroupSubscribe[] getSubscriptions()
public void setSubscriptions(RuleGroupSubscribe[] Subscriptions)
Subscriptions
- Subscriber Information
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.