public class TopicRuleInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCreatedAt()Get 创建时间 | 
| String | getDescription()Get 规则描述 | 
| Boolean | getRuleDisabled()Get 规则是否禁用 | 
| String | getRuleName()Get 规则名称 | 
| void | setCreatedAt(Long CreatedAt)Set 创建时间 | 
| void | setDescription(String Description)Set 规则描述 | 
| void | setRuleDisabled(Boolean RuleDisabled)Set 规则是否禁用 | 
| void | setRuleName(String RuleName)Set 规则名称 | 
| 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 TopicRuleInfo()
public TopicRuleInfo(TopicRuleInfo source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName - 规则名称public String getDescription()
public void setDescription(String Description)
Description - 规则描述public Long getCreatedAt()
public void setCreatedAt(Long CreatedAt)
CreatedAt - 创建时间public Boolean getRuleDisabled()
public void setRuleDisabled(Boolean RuleDisabled)
RuleDisabled - 规则是否禁用Copyright © 2025. All rights reserved.