public class DeleteDomainRequest extends AbstractModel
Constructor and Description |
---|
DeleteDomainRequest() |
DeleteDomainRequest(DeleteDomainRequest 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 |
getDomain()
Get Domain name to be deleted
|
Long |
getForce()
Get Whether to make a forced deletion of forwarding rules that have been bound to origin servers.
|
String |
getListenerId()
Get Listener ID
|
void |
setDomain(String Domain)
Set Domain name to be deleted
|
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 Listener 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, toJsonString
public DeleteDomainRequest()
public DeleteDomainRequest(DeleteDomainRequest source)
public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId
- Listener IDpublic String getDomain()
public void setDomain(String Domain)
Domain
- Domain name to be deletedpublic 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.
When not making a forced deletion, if there are rules bound to origin servers, they will not be deleted.Copyright © 2023. All rights reserved.