public class RuleGroup extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RuleGroup() | 
| RuleGroup(RuleGroup 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 | getCreateTime()Get Creation TimeNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getDatabaseId()Get Database ID
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getDatabaseName()Get Database nameNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getDatasourceId()Get Data Source IDNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getDatasourceName()Get Data Source Name
Note: This field may return null, indicating that no valid value can be obtained. | 
| Long | getDatasourceType()Get Data source typeNote: This field may return null, indicating that no valid value can be obtained. | 
| Long | getDsEnvType()Get Data Source Environment: 0 or not returned. | 
| RuleGroupExecStrategy | getExecStrategy()Get Execution policyNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getInstanceId()Get Instance IDNote: This field may return null, indicating that no valid value can be obtained. | 
| Boolean | getMonitorStatus()Get Monitoring Status
Note: This field may return null, indicating that no valid value can be obtained. | 
| Long | getMonitorType()Get Monitoring Type: 1. | 
| Boolean | getPermission()Get Permission Granted
Note: This field may return null, indicating that no valid value can be obtained. | 
| Long | getRuleCount()Get Number of Rules Configured
Note: This field may return null, indicating that no valid value can be obtained. | 
| Long | getRuleGroupId()Get Rule Group ID
Note: This field may return null, indicating that no valid value can be obtained. | 
| Boolean | getStrategyConfig()Get Execution Strategy Configured?
Note: This field may return null, indicating that no valid value can be obtained. | 
| Boolean | getSubscribeConfig()Get Execution Strategy Configured?
Note: This field may return null, indicating that no valid value can be obtained. | 
| RuleGroupSubscribe | getSubscription()Get Execution policyNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getTableId()Get Associated Data Table Id
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getTableName()Get Associated Data Table Name
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getTableOwnerName()Get Associated Data Table Owner
Note: This field may return null, indicating that no valid value can be obtained. | 
| Long | getTableOwnerUserId()Get Table Leader UserId
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getUpdateTime()Get Update timeNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setCreateTime(String CreateTime)Set Creation TimeNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setDatabaseId(String DatabaseId)Set Database ID
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setDatabaseName(String DatabaseName)Set Database nameNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setDatasourceId(String DatasourceId)Set Data Source IDNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setDatasourceName(String DatasourceName)Set Data Source Name
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setDatasourceType(Long DatasourceType)Set Data source typeNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setDsEnvType(Long DsEnvType)Set Data Source Environment: 0 or not returned. | 
| void | setExecStrategy(RuleGroupExecStrategy ExecStrategy)Set Execution policyNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setInstanceId(String InstanceId)Set Instance IDNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setMonitorStatus(Boolean MonitorStatus)Set Monitoring Status
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setMonitorType(Long MonitorType)Set Monitoring Type: 1. | 
| void | setPermission(Boolean Permission)Set Permission Granted
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setRuleCount(Long RuleCount)Set Number of Rules Configured
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setRuleGroupId(Long RuleGroupId)Set Rule Group ID
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setStrategyConfig(Boolean StrategyConfig)Set Execution Strategy Configured?
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setSubscribeConfig(Boolean SubscribeConfig)Set Execution Strategy Configured?
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setSubscription(RuleGroupSubscribe Subscription)Set Execution policyNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setTableId(String TableId)Set Associated Data Table Id
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setTableName(String TableName)Set Associated Data Table Name
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setTableOwnerName(String TableOwnerName)Set Associated Data Table Owner
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setTableOwnerUserId(Long TableOwnerUserId)Set Table Leader UserId
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setUpdateTime(String UpdateTime)Set Update timeNote: 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RuleGroup()
public RuleGroup(RuleGroup source)
public Long getRuleGroupId()
public void setRuleGroupId(Long RuleGroupId)
RuleGroupId - Rule Group ID
Note: This field may return null, indicating that no valid value can be obtained.public String getDatasourceId()
public void setDatasourceId(String DatasourceId)
DatasourceId - Data Source IDNote: This field may return null, indicating that no valid value can be obtained.public String getDatasourceName()
public void setDatasourceName(String DatasourceName)
DatasourceName - Data Source Name
Note: This field may return null, indicating that no valid value can be obtained.public Long getDatasourceType()
public void setDatasourceType(Long DatasourceType)
DatasourceType - Data source typeNote: This field may return null, indicating that no valid value can be obtained.public Long getMonitorType()
public void setMonitorType(Long MonitorType)
MonitorType - Monitoring Type: 1. Not Configured, 2. Associate Production Scheduling, 3. Offline Period Detection
Note: This field may return null, indicating that no valid value can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update timeNote: This field may return null, indicating that no valid value can be obtained.public String getTableName()
public void setTableName(String TableName)
TableName - Associated Data Table Name
Note: This field may return null, indicating that no valid value can be obtained.public String getTableId()
public void setTableId(String TableId)
TableId - Associated Data Table Id
Note: This field may return null, indicating that no valid value can be obtained.public String getTableOwnerName()
public void setTableOwnerName(String TableOwnerName)
TableOwnerName - Associated Data Table Owner
Note: This field may return null, indicating that no valid value can be obtained.public RuleGroupExecStrategy getExecStrategy()
public void setExecStrategy(RuleGroupExecStrategy ExecStrategy)
ExecStrategy - Execution policyNote: This field may return null, indicating that no valid value can be obtained.public RuleGroupSubscribe getSubscription()
public void setSubscription(RuleGroupSubscribe Subscription)
Subscription - Execution policyNote: This field may return null, indicating that no valid value can be obtained.public String getDatabaseId()
public void setDatabaseId(String DatabaseId)
DatabaseId - Database ID
Note: This field may return null, indicating that no valid value can be obtained.public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName - Database nameNote: This field may return null, indicating that no valid value can be obtained.public Boolean getPermission()
public void setPermission(Boolean Permission)
Permission - Permission Granted
Note: This field may return null, indicating that no valid value can be obtained.public Long getRuleCount()
public void setRuleCount(Long RuleCount)
RuleCount - Number of Rules Configured
Note: This field may return null, indicating that no valid value can be obtained.public Boolean getMonitorStatus()
public void setMonitorStatus(Boolean MonitorStatus)
MonitorStatus - Monitoring Status
Note: This field may return null, indicating that no valid value can be obtained.public Long getTableOwnerUserId()
public void setTableOwnerUserId(Long TableOwnerUserId)
TableOwnerUserId - Table Leader UserId
Note: This field may return null, indicating that no valid value can be obtained.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDNote: This field may return null, indicating that no valid value can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation TimeNote: This field may return null, indicating that no valid value can be obtained.public Boolean getStrategyConfig()
public void setStrategyConfig(Boolean StrategyConfig)
StrategyConfig - Execution Strategy Configured?
Note: This field may return null, indicating that no valid value can be obtained.public Boolean getSubscribeConfig()
public void setSubscribeConfig(Boolean SubscribeConfig)
SubscribeConfig - Execution Strategy Configured?
Note: This field may return null, indicating that no valid value can be obtained.public Long getDsEnvType()
public void setDsEnvType(Long DsEnvType)
DsEnvType - Data Source Environment: 0 or not returned. Undefined, 1. Production, 2. Development
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.