public class RuleGroupExecResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
RuleGroupExecResult() |
RuleGroupExecResult(RuleGroupExecResult 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 |
---|---|
Long |
getAlarmRuleCount()
Get Number of Exceptional Rules
Note: 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 |
getDatasourceId()
Get Data Source ID
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getEngineType()
Get Actual Execution Engine
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getExecDetail()
Get Execution Details, Scheduling Plan, or Associated Production Task ID
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getExecTime()
Get Execution time yyyy-MM-dd HH:mm:ss
Note: This field may return null, indicating that no valid value can be obtained.
|
Boolean |
getPermission()
Get Permission Availability
Note: This field may return null, indicating that no valid value can be obtained.
|
RuleExecResult[] |
getRuleExecResultVOList()
Get Rule Execution Result
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getRuleGroupExecId()
Get Rule Group Execution ID
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.
|
Long |
getStatus()
Get Execution Status (1.
|
String |
getTableId()
Get Table ID
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTableName()
Get Source Table Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTableOwnerName()
Get Source Table Responsible Person
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getTotalRuleCount()
Get Total Number of Rules
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getTriggerType()
Get Execution Trigger Type (1: Manual Trigger, 2: In-process Scheduling Trigger, 3: Periodic Scheduling Trigger)
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setAlarmRuleCount(Long AlarmRuleCount)
Set Number of Exceptional Rules
Note: 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 |
setDatasourceId(String DatasourceId)
Set Data Source ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setEngineType(String EngineType)
Set Actual Execution Engine
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setExecDetail(String ExecDetail)
Set Execution Details, Scheduling Plan, or Associated Production Task ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setExecTime(String ExecTime)
Set Execution time yyyy-MM-dd HH:mm:ss
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setPermission(Boolean Permission)
Set Permission Availability
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRuleExecResultVOList(RuleExecResult[] RuleExecResultVOList)
Set Rule Execution Result
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRuleGroupExecId(Long RuleGroupExecId)
Set Rule Group Execution ID
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 |
setStatus(Long Status)
Set Execution Status (1.
|
void |
setTableId(String TableId)
Set Table ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableName(String TableName)
Set Source Table Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableOwnerName(String TableOwnerName)
Set Source Table Responsible Person
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTotalRuleCount(Long TotalRuleCount)
Set Total Number of Rules
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTriggerType(Long TriggerType)
Set Execution Trigger Type (1: Manual Trigger, 2: In-process Scheduling Trigger, 3: Periodic Scheduling Trigger)
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 RuleGroupExecResult()
public RuleGroupExecResult(RuleGroupExecResult source)
public Long getRuleGroupExecId()
public void setRuleGroupExecId(Long RuleGroupExecId)
RuleGroupExecId
- Rule Group Execution ID
Note: This field may return null, indicating that no valid value can be obtained.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 Long getTriggerType()
public void setTriggerType(Long TriggerType)
TriggerType
- Execution Trigger Type (1: Manual Trigger, 2: In-process Scheduling Trigger, 3: Periodic Scheduling Trigger)
Note: This field may return null, indicating that no valid value can be obtained.public String getExecTime()
public void setExecTime(String ExecTime)
ExecTime
- Execution time yyyy-MM-dd HH:mm:ss
Note: This field may return null, indicating that no valid value can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Execution Status (1. Submitted, 2. Under detection, 3. Normal, 4. Abnormal)
Note: This field may return null, indicating that no valid value can be obtained.public Long getAlarmRuleCount()
public void setAlarmRuleCount(Long AlarmRuleCount)
AlarmRuleCount
- Number of Exceptional Rules
Note: This field may return null, indicating that no valid value can be obtained.public Long getTotalRuleCount()
public void setTotalRuleCount(Long TotalRuleCount)
TotalRuleCount
- Total Number of Rules
Note: This field may return null, indicating that no valid value can be obtained.public String getTableOwnerName()
public void setTableOwnerName(String TableOwnerName)
TableOwnerName
- Source Table Responsible Person
Note: This field may return null, indicating that no valid value can be obtained.public String getTableName()
public void setTableName(String TableName)
TableName
- Source 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
- Table ID
Note: 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 getDatasourceId()
public void setDatasourceId(String DatasourceId)
DatasourceId
- Data Source ID
Note: This field may return null, indicating that no valid value can be obtained.public Boolean getPermission()
public void setPermission(Boolean Permission)
Permission
- Permission Availability
Note: This field may return null, indicating that no valid value can be obtained.public String getExecDetail()
public void setExecDetail(String ExecDetail)
ExecDetail
- Execution Details, Scheduling Plan, or Associated Production Task ID
Note: This field may return null, indicating that no valid value can be obtained.public String getEngineType()
public void setEngineType(String EngineType)
EngineType
- Actual Execution Engine
Note: This field may return null, indicating that no valid value can be obtained.public RuleExecResult[] getRuleExecResultVOList()
public void setRuleExecResultVOList(RuleExecResult[] RuleExecResultVOList)
RuleExecResultVOList
- Rule Execution Result
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.