public class ServerCertInfo extends AbstractModel
| Constructor and Description | 
|---|
| ServerCertInfo() | 
| ServerCertInfo(ServerCertInfo 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 | getAlias()Get Alias of the certificate
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| String | getCertId()Get Server certificate ID, which is the ID of the default certificate. | 
| String | getDeployTime()Get Certificate deployment time
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| String | getExpireTime()Get Time when the certificate expires
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| String | getStatus()Get Certificate deployment status. | 
| String | getType()Get Certificate type. | 
| void | setAlias(String Alias)Set Alias of the certificate
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setCertId(String CertId)Set Server certificate ID, which is the ID of the default certificate. | 
| void | setDeployTime(String DeployTime)Set Certificate deployment time
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setExpireTime(String ExpireTime)Set Time when the certificate expires
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setStatus(String Status)Set Certificate deployment status. | 
| void | setType(String Type)Set Certificate type. | 
| 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, toJsonStringpublic ServerCertInfo()
public ServerCertInfo(ServerCertInfo source)
public String getCertId()
public void setCertId(String CertId)
CertId - Server certificate ID, which is the ID of the default certificate. If you choose to upload an external certificate for SSL certificate management, a certificate ID will be generated.
Note: This field may return `null`, indicating that no valid value can be obtained.public String getAlias()
public void setAlias(String Alias)
Alias - Alias of the certificate
Note: This field may return `null`, indicating that no valid value can be obtained.public String getType()
public void setType(String Type)
Type - Certificate type.
`default`: Default certificate
`upload`: External certificate
`managed`: Tencent Cloud managed certificate
Note: This field may return `null`, indicating that no valid value can be obtained.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - Time when the certificate expires
Note: This field may return `null`, indicating that no valid value can be obtained.public String getDeployTime()
public void setDeployTime(String DeployTime)
DeployTime - Certificate deployment time
Note: This field may return `null`, indicating that no valid value can be obtained.public String getStatus()
public void setStatus(String Status)
Status - Certificate deployment status.
`processing`: Deploying
`deployed`: Deployed
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.