public class DeleteLiveDomainRequest extends AbstractModel
| Constructor and Description | 
|---|
DeleteLiveDomainRequest()  | 
DeleteLiveDomainRequest(DeleteLiveDomainRequest 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 | 
getDomainName()
Get Domain name to be deleted. 
 | 
Long | 
getDomainType()
Get Type. 
 | 
void | 
setDomainName(String DomainName)
Set Domain name to be deleted. 
 | 
void | 
setDomainType(Long DomainType)
Set Type. 
 | 
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 DeleteLiveDomainRequest()
public DeleteLiveDomainRequest(DeleteLiveDomainRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName - Domain name to be deleted.public Long getDomainType()
public void setDomainType(Long DomainType)
DomainType - Type. 0: push, 1: playback.Copyright © 2022. All rights reserved.