public class CertificateInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
CertificateInfo() |
CertificateInfo(CertificateInfo 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.
|
String |
getCertId()
Get Certificate ID, which originates from the SSL side.
|
String |
getDeployTime()
Get Time when the certificate is deployed.
|
String |
getExpireTime()
Get The certificate expiration time.
|
String |
getSignAlgo()
Get Signature algorithm.
|
String |
getStatus()
Get Status of the certificate.
|
String |
getType()
Get Type of the certificate.
|
void |
setAlias(String Alias)
Set Alias of the certificate.
|
void |
setCertId(String CertId)
Set Certificate ID, which originates from the SSL side.
|
void |
setDeployTime(String DeployTime)
Set Time when the certificate is deployed.
|
void |
setExpireTime(String ExpireTime)
Set The certificate expiration time.
|
void |
setSignAlgo(String SignAlgo)
Set Signature algorithm.
|
void |
setStatus(String Status)
Set Status of the certificate.
|
void |
setType(String Type)
Set Type of the certificate.
|
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 CertificateInfo()
public CertificateInfo(CertificateInfo source)
public String getCertId()
public void setCertId(String CertId)
CertId - Certificate ID, which originates from the SSL side. You can check the CertId from the [SSL Certificate List](https://console.cloud.tencent.com/ssl).public String getAlias()
public void setAlias(String Alias)
Alias - Alias of the certificate.public String getType()
public void setType(String Type)
Type - Type of the certificate. Values:
public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - The certificate expiration time.public String getDeployTime()
public void setDeployTime(String DeployTime)
DeployTime - Time when the certificate is deployed.public String getSignAlgo()
public void setSignAlgo(String SignAlgo)
SignAlgo - Signature algorithm.public String getStatus()
public void setStatus(String Status)
Status - Status of the certificate. Values:
u200cCopyright © 2025. All rights reserved.