Class CreateTopicRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20180614.models.CreateTopicRuleRequest
-
public class CreateTopicRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateTopicRuleRequest()
CreateTopicRuleRequest(CreateTopicRuleRequest 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRuleName()
Get 规则名称TopicRulePayload
getTopicRulePayload()
Get 规则内容void
setRuleName(String RuleName)
Set 规则名称void
setTopicRulePayload(TopicRulePayload TopicRulePayload)
Set 规则内容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
-
CreateTopicRuleRequest
public CreateTopicRuleRequest()
-
CreateTopicRuleRequest
public CreateTopicRuleRequest(CreateTopicRuleRequest 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
-
getRuleName
public String getRuleName()
Get 规则名称- Returns:
- RuleName 规则名称
-
setRuleName
public void setRuleName(String RuleName)
Set 规则名称- Parameters:
RuleName
- 规则名称
-
getTopicRulePayload
public TopicRulePayload getTopicRulePayload()
Get 规则内容- Returns:
- TopicRulePayload 规则内容
-
setTopicRulePayload
public void setTopicRulePayload(TopicRulePayload TopicRulePayload)
Set 规则内容- Parameters:
TopicRulePayload
- 规则内容
-
-