public class CompareRuleItem extends AbstractModel
Constructor and Description |
---|
CompareRuleItem() |
CompareRuleItem(CompareRuleItem 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 |
getCompareType()
Get 比较类型 1.固定值 2.波动值 3.数值范围比较 4.枚举范围比较 5.不用比较
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOperator()
Get 比较操作类型 < <= == => >
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getValueComputeType()
Get 质量统计值类型 1.绝对值 2.上升 3.
|
ThresholdValue[] |
getValueList()
Get 比较阈值列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCompareType(Long CompareType)
Set 比较类型 1.固定值 2.波动值 3.数值范围比较 4.枚举范围比较 5.不用比较
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOperator(String Operator)
Set 比较操作类型 < <= == => >
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValueComputeType(Long ValueComputeType)
Set 质量统计值类型 1.绝对值 2.上升 3.
|
void |
setValueList(ThresholdValue[] ValueList)
Set 比较阈值列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CompareRuleItem()
public CompareRuleItem(CompareRuleItem source)
public Long getCompareType()
public void setCompareType(Long CompareType)
CompareType
- 比较类型 1.固定值 2.波动值 3.数值范围比较 4.枚举范围比较 5.不用比较
注意:此字段可能返回 null,表示取不到有效值。public String getOperator()
public void setOperator(String Operator)
Operator
- 比较操作类型 < <= == => >
注意:此字段可能返回 null,表示取不到有效值。public Long getValueComputeType()
public void setValueComputeType(Long ValueComputeType)
ValueComputeType
- 质量统计值类型 1.绝对值 2.上升 3. 下降 4._C包含 5. N_C不包含
注意:此字段可能返回 null,表示取不到有效值。public ThresholdValue[] getValueList()
public void setValueList(ThresholdValue[] ValueList)
ValueList
- 比较阈值列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.