public class CdnInstanceDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
CdnInstanceDetail() |
CdnInstanceDetail(CdnInstanceDetail 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 deployed certificate.
|
String |
getDomain()
Get The domain.
|
String |
getHttpsBillingSwitch()
Get Domain billing status, where on indicates enable and off indicates disable.
|
String |
getStatus()
Get Domain name status: rejected - the domain name failed the review or its registration has expired/been canceled; processing - deploying; online - started; offline - closed.
|
void |
setCertId(String CertId)
Set The ID of the deployed certificate.
|
void |
setDomain(String Domain)
Set The domain.
|
void |
setHttpsBillingSwitch(String HttpsBillingSwitch)
Set Domain billing status, where on indicates enable and off indicates disable.
|
void |
setStatus(String Status)
Set Domain name status: rejected - the domain name failed the review or its registration has expired/been canceled; processing - deploying; online - started; offline - closed.
|
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 CdnInstanceDetail()
public CdnInstanceDetail(CdnInstanceDetail 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 deployed certificate.public String getStatus()
public void setStatus(String Status)
Status
- Domain name status: rejected - the domain name failed the review or its registration has expired/been canceled; processing - deploying; online - started; offline - closed.public String getHttpsBillingSwitch()
public void setHttpsBillingSwitch(String HttpsBillingSwitch)
HttpsBillingSwitch
- Domain billing status, where on indicates enable and off indicates disable.Copyright © 2025. All rights reserved.