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 RuleCode
|
String |
getRuleDesc()
Get Rule description.
|
String |
getRuleName()
Get Rule name.
|
StringKV[] |
getTags()
Get Tag.
|
void |
setRuleCode(String RuleCode)
Set RuleCode
|
void |
setRuleDesc(String RuleDesc)
Set Rule description.
|
void |
setRuleName(String RuleName)
Set Rule name.
|
void |
setTags(StringKV[] Tags)
Set Tag.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyRuleRequest()
public ModifyRuleRequest(ModifyRuleRequest source)
public String getRuleCode()
public void setRuleCode(String RuleCode)
RuleCode
- RuleCodepublic String getRuleName()
public void setRuleName(String RuleName)
RuleName
- Rule name. It can only contain numbers, letters, ".", and "-".public String getRuleDesc()
public void setRuleDesc(String RuleDesc)
RuleDesc
- Rule description. Up to 1024 bytes are allowed.public StringKV[] getTags()
public void setTags(StringKV[] Tags)
Tags
- Tag. It is an array of key-value structure. Up to 50 tags can be associated.Copyright © 2024. All rights reserved.