Class RuleQuery
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iot.v20180123.models.RuleQuery
-
public class RuleQuery extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RuleQuery
public RuleQuery()
-
RuleQuery
public 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.
-
-
Method Detail
-
getField
public String getField()
Get 字段- Returns:
- Field 字段
-
setField
public void setField(String Field)
Set 字段- Parameters:
Field
- 字段
-
getCondition
public String getCondition()
Get 过滤规则- Returns:
- Condition 过滤规则
-
setCondition
public void setCondition(String Condition)
Set 过滤规则- Parameters:
Condition
- 过滤规则
-
getTopic
public String getTopic()
Get Topic 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Topic Topic 注意:此字段可能返回 null,表示取不到有效值。
-
setTopic
public void setTopic(String Topic)
Set Topic 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Topic
- Topic 注意:此字段可能返回 null,表示取不到有效值。
-
getProductId
public String getProductId()
Get 产品Id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProductId 产品Id 注意:此字段可能返回 null,表示取不到有效值。
-
setProductId
public void setProductId(String ProductId)
Set 产品Id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProductId
- 产品Id 注意:此字段可能返回 null,表示取不到有效值。
-
-