public class ServerCert extends AbstractModel
| Constructor and Description | 
|---|
| ServerCert() | 
| ServerCert(ServerCert 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 Server certificate ID
This is auto-generated when the certificate is being hosted by the SSL Certificate Service
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getCertificate()Get Server certificate information
This is required when uploading an external certificate, which should contain the complete certificate chain. | 
| String | getCertName()Get Server certificate name
This is auto-generated when the certificate is being hosted by the SSL Certificate Service
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getDeployTime()Get Certificate issuance time
Can be left blank when used as an input parameter
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getExpireTime()Get Certificate expiration time
Can be left blank when used as an input parameter
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getMessage()Get Certificate remarks
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getPrivateKey()Get Server key information
This is required when uploading an external certificate. | 
| void | setCertId(String CertId)Set Server certificate ID
This is auto-generated when the certificate is being hosted by the SSL Certificate Service
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setCertificate(String Certificate)Set Server certificate information
This is required when uploading an external certificate, which should contain the complete certificate chain. | 
| void | setCertName(String CertName)Set Server certificate name
This is auto-generated when the certificate is being hosted by the SSL Certificate Service
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setDeployTime(String DeployTime)Set Certificate issuance time
Can be left blank when used as an input parameter
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setExpireTime(String ExpireTime)Set Certificate expiration time
Can be left blank when used as an input parameter
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setMessage(String Message)Set Certificate remarks
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setPrivateKey(String PrivateKey)Set Server key information
This is required when uploading an external 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 ServerCert()
public ServerCert(ServerCert source)
public String getCertId()
public void setCertId(String CertId)
CertId - Server certificate ID
This is auto-generated when the certificate is being hosted by the SSL Certificate Service
Note: this field may return null, indicating that no valid values can be obtained.public String getCertName()
public void setCertName(String CertName)
CertName - Server certificate name
This is auto-generated when the certificate is being hosted by the SSL Certificate Service
Note: this field may return null, indicating that no valid values can be obtained.public String getCertificate()
public void setCertificate(String Certificate)
Certificate - Server certificate information
This is required when uploading an external certificate, which should contain the complete certificate chain.
Note: this field may return null, indicating that no valid values can be obtained.public String getPrivateKey()
public void setPrivateKey(String PrivateKey)
PrivateKey - Server key information
This is required when uploading an external certificate.
Note: this field may return null, indicating that no valid values can be obtained.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - Certificate expiration time
Can be left blank when used as an input parameter
Note: this field may return null, indicating that no valid values can be obtained.public String getDeployTime()
public void setDeployTime(String DeployTime)
DeployTime - Certificate issuance time
Can be left blank when used as an input parameter
Note: this field may return null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message - Certificate remarks
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.