public class RuleBriefInfo extends AbstractModel
Constructor and Description |
---|
RuleBriefInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get 创建时间
|
StringKV[] |
getMatchCodeList()
Get 关联匹配
|
String |
getRuleCode()
Get 规则code
|
String |
getRuleName()
Get 规则名称 [a-zA-Z\d-\.]*
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setMatchCodeList(StringKV[] MatchCodeList)
Set 关联匹配
|
void |
setRuleCode(String RuleCode)
Set 规则code
|
void |
setRuleName(String RuleName)
Set 规则名称 [a-zA-Z\d-\.]*
|
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
- 规则名称 [a-zA-Z\d-\.]*public StringKV[] getMatchCodeList()
public void setMatchCodeList(StringKV[] MatchCodeList)
MatchCodeList
- 关联匹配public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getRuleCode()
public void setRuleCode(String RuleCode)
RuleCode
- 规则codeCopyright © 2020. All rights reserved.