public class BindDomainInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
BindDomainInfo()  | 
BindDomainInfo(BindDomainInfo 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 | 
|---|---|
String | 
getDomain()
Get Domain name. 
 | 
String | 
getStatus()
Get Binding status. 
 | 
String | 
getZoneId()
Get Zone ID to which the domain belongs. 
 | 
void | 
setDomain(String Domain)
Set Domain name. 
 | 
void | 
setStatus(String Status)
Set Binding status. 
 | 
void | 
setZoneId(String ZoneId)
Set Zone ID to which the domain belongs. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BindDomainInfo()
public BindDomainInfo(BindDomainInfo source)
public String getDomain()
public void setDomain(String Domain)
Domain - Domain name.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Zone ID to which the domain belongs.public String getStatus()
public void setStatus(String Status)
Status - Binding status. valid values:. 
Copyright © 2025. All rights reserved.