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 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 DomainSets()
public DomainSets(DomainSets source)
public 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 © 2022. All rights reserved.