public class DeleteLiveDomainRequest extends AbstractModel
Constructor and Description |
---|
DeleteLiveDomainRequest() |
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, toJsonString
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 © 2020. All rights reserved.