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 The billing status of the domain.
|
String |
getStatus()
Get The status of the domain.
|
void |
setCertId(String CertId)
Set The ID of the deployed certificate.
|
void |
setDomain(String Domain)
Set The domain.
|
void |
setHttpsBillingSwitch(String HttpsBillingSwitch)
Set The billing status of the domain.
|
void |
setStatus(String Status)
Set The status of the domain.
|
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
- The status of the domain.public String getHttpsBillingSwitch()
public void setHttpsBillingSwitch(String HttpsBillingSwitch)
HttpsBillingSwitch
- The billing status of the domain.Copyright © 2024. All rights reserved.