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. | 
| String | getCertId()Get ID of the server certificate. | 
| String | getDeployTime()Get Time when the certificate is deployed. | 
| String | getExpireTime()Get Time when the certificate expires. | 
| String | getSignAlgo()Get Signature algorithm. | 
| 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 | setDeployTime(String DeployTime)Set Time when the certificate is deployed. | 
| void | setExpireTime(String ExpireTime)Set Time when the certificate expires. | 
| void | setSignAlgo(String SignAlgo)Set Signature algorithm. | 
| 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 ServerCertInfo()
public ServerCertInfo(ServerCertInfo 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 getDeployTime()
public void setDeployTime(String DeployTime)
DeployTime - Time when the certificate is deployed.
Note: This field may return null, indicating that no valid values can be obtained.public String getSignAlgo()
public void setSignAlgo(String SignAlgo)
SignAlgo - Signature algorithm.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.