public class ModifyL7AccRulePriorityRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyL7AccRulePriorityRequest() |
ModifyL7AccRulePriorityRequest(ModifyL7AccRulePriorityRequest 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[] |
getRuleIds()
Get The complete rule ID list under the site ID can be obtained by [Querying the seven-layer acceleration rules](https://intl.cloud.tencent.com/document/product/1552/115820?from_cn_redirect=1).
|
String |
getZoneId()
Get Zone ID.
|
void |
setRuleIds(String[] RuleIds)
Set The complete rule ID list under the site ID can be obtained by [Querying the seven-layer acceleration rules](https://intl.cloud.tencent.com/document/product/1552/115820?from_cn_redirect=1).
|
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 ModifyL7AccRulePriorityRequest()
public ModifyL7AccRulePriorityRequest(ModifyL7AccRulePriorityRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone ID.public String[] getRuleIds()
public void setRuleIds(String[] RuleIds)
RuleIds
- The complete rule ID list under the site ID can be obtained by [Querying the seven-layer acceleration rules](https://intl.cloud.tencent.com/document/product/1552/115820?from_cn_redirect=1). The final priority order will be adjusted to the order of the rule ID list, and will be executed from the front to the back.Copyright © 2025. All rights reserved.