Class DomainInfoList
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.DomainInfoList
-
public class DomainInfoList extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DomainInfoList()DomainInfoList(DomainInfoList 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 DomainDetailInfo[]getDetailInfoList()Get 明细信息。StringgetDomain()Get 域名。voidsetDetailInfoList(DomainDetailInfo[] DetailInfoList)Set 明细信息。voidsetDomain(String Domain)Set 域名。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
-
DomainInfoList
public DomainInfoList()
-
DomainInfoList
public DomainInfoList(DomainInfoList 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
-
getDomain
public String getDomain()
Get 域名。- Returns:
- Domain 域名。
-
setDomain
public void setDomain(String Domain)
Set 域名。- Parameters:
Domain- 域名。
-
getDetailInfoList
public DomainDetailInfo[] getDetailInfoList()
Get 明细信息。- Returns:
- DetailInfoList 明细信息。
-
setDetailInfoList
public void setDetailInfoList(DomainDetailInfo[] DetailInfoList)
Set 明细信息。- Parameters:
DetailInfoList- 明细信息。
-
-