public class RuleQuery extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RuleQuery() | 
| RuleQuery(RuleQuery 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 | getCondition()Get 过滤规则 | 
| String | getField()Get 字段 | 
| String | getProductId()Get 产品Id
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getTopic()Get Topic
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCondition(String Condition)Set 过滤规则 | 
| void | setField(String Field)Set 字段 | 
| void | setProductId(String ProductId)Set 产品Id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTopic(String Topic)Set Topic
注意:此字段可能返回 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 RuleQuery()
public RuleQuery(RuleQuery source)
public String getField()
public void setField(String Field)
Field - 字段public String getCondition()
public void setCondition(String Condition)
Condition - 过滤规则public String getTopic()
public void setTopic(String Topic)
Topic - Topic
注意:此字段可能返回 null,表示取不到有效值。public String getProductId()
public void setProductId(String ProductId)
ProductId - 产品Id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.