public class LiveDomainCertBindings extends AbstractModel
skipSign
Constructor and Description |
---|
LiveDomainCertBindings() |
LiveDomainCertBindings(LiveDomainCertBindings 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 |
getCertExpireTime()
Get The certificate expiration time.
|
Long |
getCertId()
Get The certificate ID.
|
String |
getCertificateAlias()
Get The remarks for the certificate.
|
Long |
getCertType()
Get The certificate type.
|
String |
getCloudCertId()
Get The SSL certificate ID assigned by Tencent Cloud.
|
String |
getDomainName()
Get The domain name.
|
Long |
getStatus()
Get Whether HTTPS is enabled.
|
String |
getUpdateTime()
Get The last updated time.
|
void |
setCertExpireTime(String CertExpireTime)
Set The certificate expiration time.
|
void |
setCertId(Long CertId)
Set The certificate ID.
|
void |
setCertificateAlias(String CertificateAlias)
Set The remarks for the certificate.
|
void |
setCertType(Long CertType)
Set The certificate type.
|
void |
setCloudCertId(String CloudCertId)
Set The SSL certificate ID assigned by Tencent Cloud.
|
void |
setDomainName(String DomainName)
Set The domain name.
|
void |
setStatus(Long Status)
Set Whether HTTPS is enabled.
|
void |
setUpdateTime(String UpdateTime)
Set The last updated time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LiveDomainCertBindings()
public LiveDomainCertBindings(LiveDomainCertBindings source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- The domain name.public String getCertificateAlias()
public void setCertificateAlias(String CertificateAlias)
CertificateAlias
- The remarks for the certificate. This parameter is the same as `CertName`.public Long getCertType()
public void setCertType(Long CertType)
CertType
- The certificate type.
0: Self-owned certificate
1: Tencent Cloud-hosted certificatepublic Long getStatus()
public void setStatus(Long Status)
Status
- Whether HTTPS is enabled.
1: Enabled
0: Disabledpublic String getCertExpireTime()
public void setCertExpireTime(String CertExpireTime)
CertExpireTime
- The certificate expiration time.
Note: Beijing time (UTC+8) is used.public Long getCertId()
public void setCertId(Long CertId)
CertId
- The certificate ID.public String getCloudCertId()
public void setCloudCertId(String CloudCertId)
CloudCertId
- The SSL certificate ID assigned by Tencent Cloud.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- The last updated time.
Note: Beijing time (UTC+8) is used.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.