public class DomainSets extends AbstractModel
| Constructor and Description |
|---|
DomainSets() |
| Modifier and Type | Method and Description |
|---|---|
DomainSetList[] |
getDomainSet()
Get Custom service domain name list.
|
Long |
getTotalCount()
Get Number of custom domain names under service
|
void |
setDomainSet(DomainSetList[] DomainSet)
Set Custom service domain name list.
|
void |
setTotalCount(Long TotalCount)
Set Number of custom domain names under service
|
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, toJsonStringpublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Number of custom domain names under servicepublic DomainSetList[] getDomainSet()
public void setDomainSet(DomainSetList[] DomainSet)
DomainSet - Custom service domain name list.Copyright © 2021. All rights reserved.