public class CertificateDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
CertificateDetail() |
CertificateDetail(CertificateDetail 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 |
---|---|
Long |
getBeginTime()
Get Time that the certificate takes effect.
|
String |
getCertificateAlias()
Get Certificate name.
|
String |
getCertificateContent()
Get Certificate content.
|
String |
getCertificateId()
Get Certificate ID
|
String |
getCertificateKey()
Get Key content.
|
Long |
getCertificateType()
Get Certificate type.
|
Long |
getCreateTime()
Get Creation time in the format of UNIX timestamp, indicating the number of seconds that have elapsed since January 1, 1970 (midnight in UTC/GMT).
|
Long |
getEndTime()
Get Certificate expiration time.
|
String |
getIssuerCN()
Get Common name of the certificate’s issuer.
|
String |
getSubjectCN()
Get Common name of the certificate subject.
|
void |
setBeginTime(Long BeginTime)
Set Time that the certificate takes effect.
|
void |
setCertificateAlias(String CertificateAlias)
Set Certificate name.
|
void |
setCertificateContent(String CertificateContent)
Set Certificate content.
|
void |
setCertificateId(String CertificateId)
Set Certificate ID
|
void |
setCertificateKey(String CertificateKey)
Set Key content.
|
void |
setCertificateType(Long CertificateType)
Set Certificate type.
|
void |
setCreateTime(Long CreateTime)
Set Creation time in the format of UNIX timestamp, indicating the number of seconds that have elapsed since January 1, 1970 (midnight in UTC/GMT).
|
void |
setEndTime(Long EndTime)
Set Certificate expiration time.
|
void |
setIssuerCN(String IssuerCN)
Set Common name of the certificate’s issuer.
|
void |
setSubjectCN(String SubjectCN)
Set Common name of the certificate subject.
|
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 CertificateDetail()
public CertificateDetail(CertificateDetail source)
public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId
- Certificate IDpublic Long getCertificateType()
public void setCertificateType(Long CertificateType)
CertificateType
- Certificate type.public String getCertificateAlias()
public void setCertificateAlias(String CertificateAlias)
CertificateAlias
- Certificate name.
Note: This field may return null, indicating that no valid values can be obtained.public String getCertificateContent()
public void setCertificateContent(String CertificateContent)
CertificateContent
- Certificate content.public String getCertificateKey()
public void setCertificateKey(String CertificateKey)
CertificateKey
- Key content. This field will be returned if the certificate type is the SSL certificate.
Note: This field may return null, indicating that no valid values can be obtained.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Creation time in the format of UNIX timestamp, indicating the number of seconds that have elapsed since January 1, 1970 (midnight in UTC/GMT).
Note: This field may return null, indicating that no valid values can be obtained.public Long getBeginTime()
public void setBeginTime(Long BeginTime)
BeginTime
- Time that the certificate takes effect. Using the UNIX timestamp, indicating the number of seconds that have elapsed since January 1, 1970 (Midnight in UTC/GMT).
Note: This field may return null, indicating that no valid values can be obtained.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- Certificate expiration time. Using the UNIX timestamp, indicating the number of seconds that have elapsed since January 1, 1970 (Midnight in UTC/GMT).
Note: This field may return null, indicating that no valid values can be obtained.public String getIssuerCN()
public void setIssuerCN(String IssuerCN)
IssuerCN
- Common name of the certificate’s issuer.
Note: This field may return null, indicating that no valid values can be obtained.public String getSubjectCN()
public void setSubjectCN(String SubjectCN)
SubjectCN
- Common name of the certificate subject.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.