public class RuleBriefInfo extends AbstractModel
Constructor and Description |
---|
RuleBriefInfo() |
RuleBriefInfo(RuleBriefInfo 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 |
---|---|
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 RuleBriefInfo()
public RuleBriefInfo(RuleBriefInfo source)
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 © 2022. All rights reserved.