public class RuleExecResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
RuleExecResult() |
RuleExecResult(RuleExecResult 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 |
getAlarmLevel()
Get 1/2/3: Low/Medium/High
Note: This field may return null, indicating that no valid value can be obtained.
|
CompareResult |
getCompareResult()
Get Comparison Result
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getConditionExpression()
Get Conditional Scan WHERE Condition ExpressionNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getExecResultStatus()
Get Test Results (1: Detection passed, 2: Trigger Rules, 3: Detection failed)
Note: This field may return null, indicating that no valid value can be obtained.
|
RuleFieldConfig |
getFieldConfig()
Get Custom Definition Template SQL Expression Parameters
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getQualityDim()
Get Quality Dimension
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getRelConditionExpr()
Get Source Field and Target Field Association Condition ON ExpressionNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getRuleExecId()
Get Rule Execution ID
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 IDNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getRuleId()
Get Rule IDNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getRuleName()
Get Rule nameNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getRuleType()
Get Rule type 1.System Template, 2.Custom Definition Template, 3.Custom Definition SQLNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getSourceObjectDataTypeName()
Get Source Field Detailed Type, int string
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getSourceObjectValue()
Get Source Field NameNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getStartTime()
Get Execution timeNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getTargetDBTableName()
Get Target Table - Database Table Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTargetObjectDataType()
Get Target Table - Field Type
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTargetObjectValue()
Get Target Table - Field Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTemplateName()
Get Template name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTriggerResult()
Get Trigger Result, Alert Sent Successfully, Block Task Successful
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setAlarmLevel(Long AlarmLevel)
Set 1/2/3: Low/Medium/High
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCompareResult(CompareResult CompareResult)
Set Comparison Result
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setConditionExpression(String ConditionExpression)
Set Conditional Scan WHERE Condition ExpressionNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setExecResultStatus(Long ExecResultStatus)
Set Test Results (1: Detection passed, 2: Trigger Rules, 3: Detection failed)
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setFieldConfig(RuleFieldConfig FieldConfig)
Set Custom Definition Template SQL Expression Parameters
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setQualityDim(Long QualityDim)
Set Quality Dimension
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRelConditionExpr(String RelConditionExpr)
Set Source Field and Target Field Association Condition ON ExpressionNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setRuleExecId(Long RuleExecId)
Set Rule Execution ID
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 IDNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setRuleId(Long RuleId)
Set Rule IDNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setRuleName(String RuleName)
Set Rule nameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setRuleType(Long RuleType)
Set Rule type 1.System Template, 2.Custom Definition Template, 3.Custom Definition SQLNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setSourceObjectDataTypeName(String SourceObjectDataTypeName)
Set Source Field Detailed Type, int string
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setSourceObjectValue(String SourceObjectValue)
Set Source Field NameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setStartTime(String StartTime)
Set Execution timeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setTargetDBTableName(String TargetDBTableName)
Set Target Table - Database Table Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTargetObjectDataType(String TargetObjectDataType)
Set Target Table - Field Type
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTargetObjectValue(String TargetObjectValue)
Set Target Table - Field Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTemplateName(String TemplateName)
Set Template name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTriggerResult(String TriggerResult)
Set Trigger Result, Alert Sent Successfully, Block Task Successful
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 RuleExecResult()
public RuleExecResult(RuleExecResult source)
public Long getRuleExecId()
public void setRuleExecId(Long RuleExecId)
RuleExecId
- Rule Execution ID
Note: This field may return null, indicating that no valid value can be obtained.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 IDNote: This field may return null, indicating that no valid value can be obtained.public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- Rule IDNote: This field may return null, indicating that no valid value can be obtained.public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- Rule nameNote: This field may return null, indicating that no valid value can be obtained.public Long getRuleType()
public void setRuleType(Long RuleType)
RuleType
- Rule type 1.System Template, 2.Custom Definition Template, 3.Custom Definition SQLNote: This field may return null, indicating that no valid value can be obtained.public String getSourceObjectDataTypeName()
public void setSourceObjectDataTypeName(String SourceObjectDataTypeName)
SourceObjectDataTypeName
- Source Field Detailed Type, int string
Note: This field may return null, indicating that no valid value can be obtained.public String getSourceObjectValue()
public void setSourceObjectValue(String SourceObjectValue)
SourceObjectValue
- Source Field NameNote: This field may return null, indicating that no valid value can be obtained.public String getConditionExpression()
public void setConditionExpression(String ConditionExpression)
ConditionExpression
- Conditional Scan WHERE Condition ExpressionNote: This field may return null, indicating that no valid value can be obtained.public Long getExecResultStatus()
public void setExecResultStatus(Long ExecResultStatus)
ExecResultStatus
- Test Results (1: Detection passed, 2: Trigger Rules, 3: Detection failed)
Note: This field may return null, indicating that no valid value can be obtained.public String getTriggerResult()
public void setTriggerResult(String TriggerResult)
TriggerResult
- Trigger Result, Alert Sent Successfully, Block Task Successful
Note: This field may return null, indicating that no valid value can be obtained.public CompareResult getCompareResult()
public void setCompareResult(CompareResult CompareResult)
CompareResult
- Comparison Result
Note: This field may return null, indicating that no valid value can be obtained.public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- Template name
Note: This field may return null, indicating that no valid value can be obtained.public Long getQualityDim()
public void setQualityDim(Long QualityDim)
QualityDim
- Quality Dimension
Note: This field may return null, indicating that no valid value can be obtained.public String getTargetDBTableName()
public void setTargetDBTableName(String TargetDBTableName)
TargetDBTableName
- Target Table - Database Table Name
Note: This field may return null, indicating that no valid value can be obtained.public String getTargetObjectValue()
public void setTargetObjectValue(String TargetObjectValue)
TargetObjectValue
- Target Table - Field Name
Note: This field may return null, indicating that no valid value can be obtained.public String getTargetObjectDataType()
public void setTargetObjectDataType(String TargetObjectDataType)
TargetObjectDataType
- Target Table - Field Type
Note: This field may return null, indicating that no valid value can be obtained.public RuleFieldConfig getFieldConfig()
public void setFieldConfig(RuleFieldConfig FieldConfig)
FieldConfig
- Custom Definition Template SQL Expression Parameters
Note: This field may return null, indicating that no valid value can be obtained.public String getRelConditionExpr()
public void setRelConditionExpr(String RelConditionExpr)
RelConditionExpr
- Source Field and Target Field Association Condition ON ExpressionNote: This field may return null, indicating that no valid value can be obtained.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Execution timeNote: This field may return null, indicating that no valid value can be obtained.public Long getAlarmLevel()
public void setAlarmLevel(Long AlarmLevel)
AlarmLevel
- 1/2/3: Low/Medium/High
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.