public class CompareResultItem extends AbstractModel
skipSign
Constructor and Description |
---|
CompareResultItem() |
CompareResultItem(CompareResultItem 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 比较类型
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getFixResult()
Get 对比结果, 1为真 2为假
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOperator()
Get 比较操作类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResultValue()
Get 质量sql执行结果
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getValueComputeType()
Get 值比较类型
注意:此字段可能返回 null,表示取不到有效值。
|
ThresholdValue[] |
getValues()
Get 阈值列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCompareType(Long CompareType)
Set 比较类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFixResult(Long FixResult)
Set 对比结果, 1为真 2为假
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOperator(String Operator)
Set 比较操作类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResultValue(String ResultValue)
Set 质量sql执行结果
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValueComputeType(Long ValueComputeType)
Set 值比较类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValues(ThresholdValue[] Values)
Set 阈值列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CompareResultItem()
public CompareResultItem(CompareResultItem source)
public Long getFixResult()
public void setFixResult(Long FixResult)
FixResult
- 对比结果, 1为真 2为假
注意:此字段可能返回 null,表示取不到有效值。public String getResultValue()
public void setResultValue(String ResultValue)
ResultValue
- 质量sql执行结果
注意:此字段可能返回 null,表示取不到有效值。public ThresholdValue[] getValues()
public void setValues(ThresholdValue[] Values)
Values
- 阈值列表
注意:此字段可能返回 null,表示取不到有效值。public String getOperator()
public void setOperator(String Operator)
Operator
- 比较操作类型
注意:此字段可能返回 null,表示取不到有效值。public Long getCompareType()
public void setCompareType(Long CompareType)
CompareType
- 比较类型
注意:此字段可能返回 null,表示取不到有效值。public Long getValueComputeType()
public void setValueComputeType(Long ValueComputeType)
ValueComputeType
- 值比较类型
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.