public class TopicRuleInfo extends AbstractModel
Constructor and Description |
---|
TopicRuleInfo() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2021. All rights reserved.