public class UpdateQualityRuleRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateQualityRuleRequest() |
@NameInMap(value="BlockType") public Integer blockType
@NameInMap(value="Checker") public Integer checker
@NameInMap(value="Comment") public String comment
@NameInMap(value="CriticalThreshold") public String criticalThreshold
@NameInMap(value="EntityId") public Long entityId
@NameInMap(value="ExpectValue") public String expectValue
@NameInMap(value="Id") public Long id
@NameInMap(value="MethodName") public String methodName
@NameInMap(value="Operator") public String operator
@NameInMap(value="PredictType") public Integer predictType
@NameInMap(value="ProjectName") public String projectName
@NameInMap(value="Property") public String property
@NameInMap(value="PropertyType") public String propertyType
@NameInMap(value="RuleName") public String ruleName
@NameInMap(value="RuleType") public Integer ruleType
@NameInMap(value="TemplateId") public Integer templateId
@NameInMap(value="Trend") public String trend
@NameInMap(value="WarningThreshold") public String warningThreshold
@NameInMap(value="WhereCondition") public String whereCondition
public static UpdateQualityRuleRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateQualityRuleRequest setBlockType(Integer blockType)
public Integer getBlockType()
public UpdateQualityRuleRequest setChecker(Integer checker)
public Integer getChecker()
public UpdateQualityRuleRequest setComment(String comment)
public String getComment()
public UpdateQualityRuleRequest setCriticalThreshold(String criticalThreshold)
public String getCriticalThreshold()
public UpdateQualityRuleRequest setEntityId(Long entityId)
public Long getEntityId()
public UpdateQualityRuleRequest setExpectValue(String expectValue)
public String getExpectValue()
public UpdateQualityRuleRequest setId(Long id)
public Long getId()
public UpdateQualityRuleRequest setMethodName(String methodName)
public String getMethodName()
public UpdateQualityRuleRequest setOperator(String operator)
public String getOperator()
public UpdateQualityRuleRequest setPredictType(Integer predictType)
public Integer getPredictType()
public UpdateQualityRuleRequest setProjectName(String projectName)
public String getProjectName()
public UpdateQualityRuleRequest setProperty(String property)
public String getProperty()
public UpdateQualityRuleRequest setPropertyType(String propertyType)
public String getPropertyType()
public UpdateQualityRuleRequest setRuleName(String ruleName)
public String getRuleName()
public UpdateQualityRuleRequest setRuleType(Integer ruleType)
public Integer getRuleType()
public UpdateQualityRuleRequest setTemplateId(Integer templateId)
public Integer getTemplateId()
public UpdateQualityRuleRequest setTrend(String trend)
public String getTrend()
public UpdateQualityRuleRequest setWarningThreshold(String warningThreshold)
public String getWarningThreshold()
public UpdateQualityRuleRequest setWhereCondition(String whereCondition)
public String getWhereCondition()
Copyright © 2021. All rights reserved.