public class ModifyDefaultCertificateRequest extends AbstractModel
Constructor and Description |
---|
ModifyDefaultCertificateRequest() |
ModifyDefaultCertificateRequest(ModifyDefaultCertificateRequest 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 ID of the certificate.
|
String |
getStatus()
Get Status of the certificate.
|
String |
getZoneId()
Get ID of the site.
|
void |
setCertId(String CertId)
Set ID of the certificate.
|
void |
setStatus(String Status)
Set Status of the certificate.
|
void |
setZoneId(String ZoneId)
Set ID of the site.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyDefaultCertificateRequest()
public ModifyDefaultCertificateRequest(ModifyDefaultCertificateRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the site.public String getCertId()
public void setCertId(String CertId)
CertId
- ID of the certificate.public String getStatus()
public void setStatus(String Status)
Status
- Status of the certificate. Values:
Copyright © 2023. All rights reserved.