public class TeoInstanceDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
TeoInstanceDetail() |
TeoInstanceDetail(TeoInstanceDetail 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 The certificate ID.
|
String |
getHost()
Get The domain.
|
String |
getStatus()
Get The status of the domain.
|
String |
getZoneId()
Get The AZ ID.
|
void |
setCertId(String CertId)
Set The certificate ID.
|
void |
setHost(String Host)
Set The domain.
|
void |
setStatus(String Status)
Set The status of the domain.
|
void |
setZoneId(String ZoneId)
Set The AZ ID.
|
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 TeoInstanceDetail()
public TeoInstanceDetail(TeoInstanceDetail source)
public String getHost()
public void setHost(String Host)
Host
- The domain.public String getCertId()
public void setCertId(String CertId)
CertId
- The certificate ID.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The AZ ID.
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 of the domain.Copyright © 2024. All rights reserved.