public class DeleteLiveDomainRequest extends AbstractModel
header, skipSign| 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 要删除的域名 | 
| Long | getDomainType()Get 类型。0-推流,1-播放 | 
| void | setDomainName(String DomainName)Set 要删除的域名 | 
| void | setDomainType(Long DomainType)Set 类型。0-推流,1-播放 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteLiveDomainRequest()
public DeleteLiveDomainRequest(DeleteLiveDomainRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName - 要删除的域名public Long getDomainType()
public void setDomainType(Long DomainType)
DomainType - 类型。0-推流,1-播放Copyright © 2025. All rights reserved.