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