public class CompareRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CompareRule() | 
| CompareRule(CompareRule 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 | 
|---|---|
| String | getComputeExpression()Get o 表示 或,a 表示 且,数字表示items下标
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getCycleStep()Get 周期性模板默认周期,单位秒
注意:此字段可能返回 null,表示取不到有效值。 | 
| CompareRuleItem[] | getItems()Get 比较条件列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setComputeExpression(String ComputeExpression)Set o 表示 或,a 表示 且,数字表示items下标
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCycleStep(Long CycleStep)Set 周期性模板默认周期,单位秒
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setItems(CompareRuleItem[] Items)Set 比较条件列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CompareRule()
public CompareRule(CompareRule source)
public CompareRuleItem[] getItems()
public void setItems(CompareRuleItem[] Items)
Items - 比较条件列表
注意:此字段可能返回 null,表示取不到有效值。public Long getCycleStep()
public void setCycleStep(Long CycleStep)
CycleStep - 周期性模板默认周期,单位秒
注意:此字段可能返回 null,表示取不到有效值。public String getComputeExpression()
public void setComputeExpression(String ComputeExpression)
ComputeExpression - o 表示 或,a 表示 且,数字表示items下标
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.