public class ModifyRulePriorityRequest extends AbstractModel
Constructor and Description |
---|
ModifyRulePriorityRequest() |
ModifyRulePriorityRequest(ModifyRulePriorityRequest 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 Order of rule IDs.
|
String |
getZoneId()
Get ID of the site
|
void |
setRuleIds(String[] RuleIds)
Set Order of rule IDs.
|
void |
setZoneId(String ZoneId)
Set ID of the site
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyRulePriorityRequest()
public ModifyRulePriorityRequest(ModifyRulePriorityRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the sitepublic String[] getRuleIds()
public void setRuleIds(String[] RuleIds)
RuleIds
- Order of rule IDs. If there are multiple rules, they will be executed in order from top to bottom.Copyright © 2023. All rights reserved.