public class DefaultServerCertInfo extends AbstractModel
| Constructor and Description | 
|---|
| DefaultServerCertInfo() | 
| DefaultServerCertInfo(DefaultServerCertInfo 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 ID of the server certificate. | 
| String | getCommonName()Get Common name of the certificate. | 
| String | getEffectiveTime()Get Time when the certificate takes effect. | 
| String | getExpireTime()Get Time when the certificate expires. | 
| String | getMessage()Get Failure description
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getSignAlgo()Get Certificate algorithm. | 
| String | getStatus()Get Deployment status. | 
| String[] | getSubjectAltName()Get Domain names added to the SAN certificate. | 
| String | getType()Get Type of the certificate. | 
| void | setAlias(String Alias)Set Alias of the certificate. | 
| void | setCertId(String CertId)Set ID of the server certificate. | 
| void | setCommonName(String CommonName)Set Common name of the certificate. | 
| void | setEffectiveTime(String EffectiveTime)Set Time when the certificate takes effect. | 
| void | setExpireTime(String ExpireTime)Set Time when the certificate expires. | 
| void | setMessage(String Message)Set Failure description
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSignAlgo(String SignAlgo)Set Certificate algorithm. | 
| void | setStatus(String Status)Set Deployment status. | 
| void | setSubjectAltName(String[] SubjectAltName)Set Domain names added to the SAN 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DefaultServerCertInfo()
public DefaultServerCertInfo(DefaultServerCertInfo source)
public String getCertId()
public void setCertId(String CertId)
CertId - ID of the server certificate.
Note: This field may return null, indicating that no valid values 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 values can be obtained.public String getType()
public void setType(String Type)
Type - Type of the certificate. Values:
public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - Time when the certificate expires.
Note: This field may return null, indicating that no valid values can be obtained.public String getEffectiveTime()
public void setEffectiveTime(String EffectiveTime)
EffectiveTime - Time when the certificate takes effect.
Note: This field may return null, indicating that no valid values can be obtained.public String getCommonName()
public void setCommonName(String CommonName)
CommonName - Common name of the certificate.
Note: This field may return null, indicating that no valid values can be obtained.public String[] getSubjectAltName()
public void setSubjectAltName(String[] SubjectAltName)
SubjectAltName - Domain names added to the SAN certificate.
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status - Deployment status. Values:
public String getMessage()
public void setMessage(String Message)
Message - Failure description
Note: This field may return null, indicating that no valid values can be obtained.public String getSignAlgo()
public void setSignAlgo(String SignAlgo)
SignAlgo - Certificate algorithm.
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.