public class DomainSets extends AbstractModel
Constructor and Description |
---|
DomainSets() |
Modifier and Type | Method and Description |
---|---|
DomainSetList[] |
getDomainSet()
Get 自定义服务域名列表。
|
Long |
getTotalCount()
Get 服务下的自定义域名数量。
|
void |
setDomainSet(DomainSetList[] DomainSet)
Set 自定义服务域名列表。
|
void |
setTotalCount(Long TotalCount)
Set 服务下的自定义域名数量。
|
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 Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 服务下的自定义域名数量。public DomainSetList[] getDomainSet()
public void setDomainSet(DomainSetList[] DomainSet)
DomainSet
- 自定义服务域名列表。Copyright © 2020. All rights reserved.