public class LiveInstanceDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
LiveInstanceDetail()  | 
LiveInstanceDetail(LiveInstanceDetail 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 ID of the associated certificate. 
 | 
String | 
getDomain()
Get The domain. 
 | 
Long | 
getStatus()
Get The status. 
 | 
void | 
setCertId(String CertId)
Set The ID of the associated certificate. 
 | 
void | 
setDomain(String Domain)
Set The domain. 
 | 
void | 
setStatus(Long 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic LiveInstanceDetail()
public LiveInstanceDetail(LiveInstanceDetail source)
public String getDomain()
public void setDomain(String Domain)
Domain - The domain.public String getCertId()
public void setCertId(String CertId)
CertId - The ID of the associated certificate.
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status - The status. Valid values: `-1`: No certificate is associated with the domain.
`1`: HTTPS is enabled for the domain.
`0`: HTTPS is disabled for the domain.Copyright © 2025. All rights reserved.