public class ModifyRuleRequest extends AbstractModel
| 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 | getRuleId()Get The rule ID. | 
| String | getRuleName()Get The rule name. | 
| Rule[] | getRules()Get The rule content. | 
| String | getStatus()Get Rule status. | 
| String | getZoneId()Get ID of the site | 
| void | setRuleId(String RuleId)Set The rule ID. | 
| void | setRuleName(String RuleName)Set The rule name. | 
| void | setRules(Rule[] Rules)Set The rule content. | 
| void | setStatus(String Status)Set Rule status. | 
| 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, toJsonStringpublic ModifyRuleRequest()
public ModifyRuleRequest(ModifyRuleRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - ID of the sitepublic String getRuleName()
public void setRuleName(String RuleName)
RuleName - The rule name. It is a string that can contain 1–255 characters.public Rule[] getRules()
public void setRules(Rule[] Rules)
Rules - The rule content.public String getRuleId()
public void setRuleId(String RuleId)
RuleId - The rule ID.public String getStatus()
public void setStatus(String Status)
Status - Rule status. Values:
Copyright © 2022. All rights reserved.