public class ModifyL7AccRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyL7AccRuleRequest() |
ModifyL7AccRuleRequest(ModifyL7AccRuleRequest 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 |
---|---|
RuleEngineItem |
getRule()
Get Rules to be modified.
|
String |
getZoneId()
Get Zone id.
|
void |
setRule(RuleEngineItem Rule)
Set Rules to be modified.
|
void |
setZoneId(String ZoneId)
Set Zone id.
|
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 ModifyL7AccRuleRequest()
public ModifyL7AccRuleRequest(ModifyL7AccRuleRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone id.public RuleEngineItem getRule()
public void setRule(RuleEngineItem Rule)
Rule
- Rules to be modified. you can first obtain the ruleid of the rule to be modified through the describel7accrules api, then pass in the modified rule content. the original rule content will be updated in an overriding manner.Copyright © 2025. All rights reserved.