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, which is auto-generated when the certificate is being managed 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 value 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 value can be obtained.
|
String |
getExpireTime()
Get Time when the certificate expires
Can be left blank when used as an input parameter
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getFrom()
Get Certificate source
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getMessage()
Get Certificate remarks
Note: This field may return `null`, indicating that no valid value 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, which is auto-generated when the certificate is being managed 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 value 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 value can be obtained.
|
void |
setExpireTime(String ExpireTime)
Set Time when the certificate expires
Can be left blank when used as an input parameter
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setFrom(String From)
Set Certificate source
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setMessage(String Message)
Set Certificate remarks
Note: This field may return `null`, indicating that no valid value 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, toJsonString
public ServerCert()
public ServerCert(ServerCert source)
public String getCertId()
public void setCertId(String CertId)
CertId
- Server certificate ID, which is auto-generated when the certificate is being managed 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 value 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 value 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 value can be obtained.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Time when the certificate expires
Can be left blank when used as an input parameter
Note: This field may return `null`, indicating that no valid value 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 value can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- Certificate remarks
Note: This field may return `null`, indicating that no valid value can be obtained.public String getFrom()
public void setFrom(String From)
From
- Certificate source
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.