public class DeleteRuleRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteRuleRequest() | 
| DeleteRuleRequest(DeleteRuleRequest 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 | 
|---|---|
| Long | getForce()Get Whether to make a forced deletion of forwarding rules that have been bound to origin servers. | 
| String | getListenerId()Get Layer-7 listener ID | 
| String | getRuleId()Get Forwarding rule ID | 
| void | setForce(Long Force)Set Whether to make a forced deletion of forwarding rules that have been bound to origin servers. | 
| void | setListenerId(String ListenerId)Set Layer-7 listener ID | 
| void | setRuleId(String RuleId)Set Forwarding rule ID | 
| 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 DeleteRuleRequest()
public DeleteRuleRequest(DeleteRuleRequest source)
public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId - Layer-7 listener IDpublic String getRuleId()
public void setRuleId(String RuleId)
RuleId - Forwarding rule IDpublic Long getForce()
public void setForce(Long Force)
Force - Whether to make a forced deletion of forwarding rules that have been bound to origin servers. 0: no; 1: yes.Copyright © 2023. All rights reserved.