public class ModifyRuleRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ModifyRuleRequest() |
ModifyRuleRequest(ModifyRuleRequest 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 |
getRuleCode()
Get 规则code
|
String |
getRuleDesc()
Get 规则描述,最长1024
|
String |
getRuleName()
Get 规则名称,只能包含数字、字母、.
|
StringKV[] |
getTags()
Get 标签,key-value结构的数组,最多关联50组标签
|
void |
setRuleCode(String RuleCode)
Set 规则code
|
void |
setRuleDesc(String RuleDesc)
Set 规则描述,最长1024
|
void |
setRuleName(String RuleName)
Set 规则名称,只能包含数字、字母、.
|
void |
setTags(StringKV[] Tags)
Set 标签,key-value结构的数组,最多关联50组标签
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyRuleRequest()
public ModifyRuleRequest(ModifyRuleRequest source)
public String getRuleCode()
public void setRuleCode(String RuleCode)
RuleCode - 规则codepublic String getRuleName()
public void setRuleName(String RuleName)
RuleName - 规则名称,只能包含数字、字母、. 和 -public String getRuleDesc()
public void setRuleDesc(String RuleDesc)
RuleDesc - 规则描述,最长1024public StringKV[] getTags()
public void setTags(StringKV[] Tags)
Tags - 标签,key-value结构的数组,最多关联50组标签Copyright © 2025. All rights reserved.