public class DomainCertInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DomainCertInfo() |
DomainCertInfo(DomainCertInfo 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[] |
getCertDomains()
Get List of domain names in the certificate.
|
String |
getCertExpireTime()
Get The certificate expiration time in UTC format.
|
Long |
getCertId()
Get Certificate ID.
|
String |
getCertName()
Get Certificate name.
|
Long |
getCertType()
Get Certificate type.
|
String |
getCloudCertId()
Get Tencent Cloud SSL certificate ID.
|
String |
getCreateTime()
Get The creation time in UTC format.
|
String |
getDescription()
Get Description.
|
String |
getDomainName()
Get Domain name that uses this certificate.
|
String |
getHttpsCrt()
Get Certificate content.
|
Long |
getStatus()
Get Certificate status.
|
void |
setCertDomains(String[] CertDomains)
Set List of domain names in the certificate.
|
void |
setCertExpireTime(String CertExpireTime)
Set The certificate expiration time in UTC format.
|
void |
setCertId(Long CertId)
Set Certificate ID.
|
void |
setCertName(String CertName)
Set Certificate name.
|
void |
setCertType(Long CertType)
Set Certificate type.
|
void |
setCloudCertId(String CloudCertId)
Set Tencent Cloud SSL certificate ID.
|
void |
setCreateTime(String CreateTime)
Set The creation time in UTC format.
|
void |
setDescription(String Description)
Set Description.
|
void |
setDomainName(String DomainName)
Set Domain name that uses this certificate.
|
void |
setHttpsCrt(String HttpsCrt)
Set Certificate content.
|
void |
setStatus(Long Status)
Set Certificate status.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DomainCertInfo()
public DomainCertInfo(DomainCertInfo source)
public Long getCertId()
public void setCertId(Long CertId)
CertId
- Certificate ID.public String getCertName()
public void setCertName(String CertName)
CertName
- Certificate name.public String getDescription()
public void setDescription(String Description)
Description
- Description.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The creation time in UTC format.
Note: Beijing time (UTC+8) is used.public String getHttpsCrt()
public void setHttpsCrt(String HttpsCrt)
HttpsCrt
- Certificate content.public Long getCertType()
public void setCertType(Long CertType)
CertType
- Certificate type.
0: user-added certificate
1: Tencent Cloud-hosted certificate.public String getCertExpireTime()
public void setCertExpireTime(String CertExpireTime)
CertExpireTime
- The certificate expiration time in UTC format.
Note: Beijing time (UTC+8) is used.public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Domain name that uses this certificate.public Long getStatus()
public void setStatus(Long Status)
Status
- Certificate status.public String[] getCertDomains()
public void setCertDomains(String[] CertDomains)
CertDomains
- List of domain names in the certificate.
["*.x.com"] for example.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getCloudCertId()
public void setCloudCertId(String CloudCertId)
CloudCertId
- Tencent Cloud SSL certificate ID.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.