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 规则名称
|
String |
getTopicPattern()
Get 规则模式
|
void |
setCreatedAt(Long CreatedAt)
Set 创建时间
|
void |
setDescription(String Description)
Set 规则描述
|
void |
setRuleDisabled(Boolean RuleDisabled)
Set 不生效
|
void |
setRuleName(String RuleName)
Set 规则名称
|
void |
setTopicPattern(String TopicPattern)
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 - 不生效public String getTopicPattern()
public void setTopicPattern(String TopicPattern)
TopicPattern - 规则模式Copyright © 2025. All rights reserved.