public class RuleBriefInfo extends AbstractModel
skipSign
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 Creation time
|
StringKV[] |
getMatchCodeList()
Get The associated match
|
String |
getRuleCode()
Get RuleCode
|
String |
getRuleName()
Get Rule name.
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setMatchCodeList(StringKV[] MatchCodeList)
Set The associated match
|
void |
setRuleCode(String RuleCode)
Set RuleCode
|
void |
setRuleName(String RuleName)
Set Rule name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RuleBriefInfo()
public RuleBriefInfo(RuleBriefInfo source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- Rule name. It supports [a-zA-Z\d-\.]*.public StringKV[] getMatchCodeList()
public void setMatchCodeList(StringKV[] MatchCodeList)
MatchCodeList
- The associated matchpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getRuleCode()
public void setRuleCode(String RuleCode)
RuleCode
- RuleCodeCopyright © 2023. All rights reserved.