Class TopicRuleInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20210408.models.TopicRuleInfo
-
public class TopicRuleInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TopicRuleInfo()TopicRuleInfo(TopicRuleInfo 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 LonggetCreatedAt()Get 创建时间StringgetDescription()Get 规则描述BooleangetRuleDisabled()Get 不生效StringgetRuleName()Get 规则名称StringgetTopicPattern()Get 规则模式voidsetCreatedAt(Long CreatedAt)Set 创建时间voidsetDescription(String Description)Set 规则描述voidsetRuleDisabled(Boolean RuleDisabled)Set 不生效voidsetRuleName(String RuleName)Set 规则名称voidsetTopicPattern(String TopicPattern)Set 规则模式voidtoMap(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
-
TopicRuleInfo
public TopicRuleInfo()
-
TopicRuleInfo
public TopicRuleInfo(TopicRuleInfo 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- 规则名称
-
getDescription
public String getDescription()
Get 规则描述- Returns:
- Description 规则描述
-
setDescription
public void setDescription(String Description)
Set 规则描述- Parameters:
Description- 规则描述
-
getCreatedAt
public Long getCreatedAt()
Get 创建时间- Returns:
- CreatedAt 创建时间
-
setCreatedAt
public void setCreatedAt(Long CreatedAt)
Set 创建时间- Parameters:
CreatedAt- 创建时间
-
getRuleDisabled
public Boolean getRuleDisabled()
Get 不生效- Returns:
- RuleDisabled 不生效
-
setRuleDisabled
public void setRuleDisabled(Boolean RuleDisabled)
Set 不生效- Parameters:
RuleDisabled- 不生效
-
getTopicPattern
public String getTopicPattern()
Get 规则模式- Returns:
- TopicPattern 规则模式
-
setTopicPattern
public void setTopicPattern(String TopicPattern)
Set 规则模式- Parameters:
TopicPattern- 规则模式
-
-