Class DeleteLiveDomainRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.DeleteLiveDomainRequest
-
public class DeleteLiveDomainRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomainName()Get 要删除的域名LonggetDomainType()Get 类型。0-推流,1-播放voidsetDomainName(String DomainName)Set 要删除的域名voidsetDomainType(Long DomainType)Set 类型。0-推流,1-播放voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteLiveDomainRequest
public DeleteLiveDomainRequest()
-
DeleteLiveDomainRequest
public 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.
-
-
Method Detail
-
getDomainName
public String getDomainName()
Get 要删除的域名- Returns:
- DomainName 要删除的域名
-
setDomainName
public void setDomainName(String DomainName)
Set 要删除的域名- Parameters:
DomainName- 要删除的域名
-
getDomainType
public Long getDomainType()
Get 类型。0-推流,1-播放- Returns:
- DomainType 类型。0-推流,1-播放
-
setDomainType
public void setDomainType(Long DomainType)
Set 类型。0-推流,1-播放- Parameters:
DomainType- 类型。0-推流,1-播放
-
-