public class TCBHostInstance extends AbstractModel
header, skipSign
Constructor and Description |
---|
TCBHostInstance() |
TCBHostInstance(TCBHostInstance 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 |
getDNSStatus()
Get The resolution status.
|
String |
getDomain()
Get The domain.
|
String |
getOldCertificateId()
Get The ID of the associated certificate.
|
String |
getStatus()
Get The status.
|
void |
setDNSStatus(String DNSStatus)
Set The resolution status.
|
void |
setDomain(String Domain)
Set The domain.
|
void |
setOldCertificateId(String OldCertificateId)
Set The ID of the associated certificate.
|
void |
setStatus(String Status)
Set The 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, toJsonString
public TCBHostInstance()
public TCBHostInstance(TCBHostInstance source)
public String getDomain()
public void setDomain(String Domain)
Domain
- The domain.
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- The status.
Note: This field may return null, indicating that no valid values can be obtained.public String getDNSStatus()
public void setDNSStatus(String DNSStatus)
DNSStatus
- The resolution status.
Note: This field may return null, indicating that no valid values can be obtained.public String getOldCertificateId()
public void setOldCertificateId(String OldCertificateId)
OldCertificateId
- The ID of the associated certificate.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.