Class RuleBriefInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gpm.v20200820.models.RuleBriefInfo
-
public class RuleBriefInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTime()Get 创建时间StringKV[]getMatchCodeList()Get 关联匹配StringgetRuleCode()Get 规则codeStringgetRuleName()Get 规则名称 [a-zA-Z\d-\.]*voidsetCreateTime(String CreateTime)Set 创建时间voidsetMatchCodeList(StringKV[] MatchCodeList)Set 关联匹配voidsetRuleCode(String RuleCode)Set 规则codevoidsetRuleName(String RuleName)Set 规则名称 [a-zA-Z\d-\.]*voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RuleBriefInfo
public RuleBriefInfo()
-
RuleBriefInfo
public 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.
-
-
Method Detail
-
getRuleName
public String getRuleName()
Get 规则名称 [a-zA-Z\d-\.]*- Returns:
- RuleName 规则名称 [a-zA-Z\d-\.]*
-
setRuleName
public void setRuleName(String RuleName)
Set 规则名称 [a-zA-Z\d-\.]*- Parameters:
RuleName- 规则名称 [a-zA-Z\d-\.]*
-
getMatchCodeList
public StringKV[] getMatchCodeList()
Get 关联匹配- Returns:
- MatchCodeList 关联匹配
-
setMatchCodeList
public void setMatchCodeList(StringKV[] MatchCodeList)
Set 关联匹配- Parameters:
MatchCodeList- 关联匹配
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime- 创建时间
-
getRuleCode
public String getRuleCode()
Get 规则code- Returns:
- RuleCode 规则code
-
setRuleCode
public void setRuleCode(String RuleCode)
Set 规则code- Parameters:
RuleCode- 规则code
-
-