public class CustomizedDomainInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CustomizedDomainInfo() | 
| CustomizedDomainInfo(CustomizedDomainInfo 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 | getCertId()Get Certificate ID | 
| String | getDomainName()Get Domain name | 
| String | getRegistryId()Get Instance ID | 
| String | getStatus()Get Domain name creation status. | 
| void | setCertId(String CertId)Set Certificate ID | 
| void | setDomainName(String DomainName)Set Domain name | 
| void | setRegistryId(String RegistryId)Set Instance ID | 
| void | setStatus(String Status)Set Domain name creation status. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CustomizedDomainInfo()
public CustomizedDomainInfo(CustomizedDomainInfo source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - Instance IDpublic String getCertId()
public void setCertId(String CertId)
CertId - Certificate IDpublic String getDomainName()
public void setDomainName(String DomainName)
DomainName - Domain namepublic String getStatus()
public void setStatus(String Status)
Status - Domain name creation status. Valid values: SUCCESS, FAILURE, CREATING, DELETING.Copyright © 2024. All rights reserved.