public class Certificate extends AbstractModel
skipSign
Constructor and Description |
---|
Certificate() |
Certificate(Certificate 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 Certificate effective time in the format of UNIX timestamp, indicating the number of seconds that have elapsed since January 1, 1970 (midnight in UTC/GMT).
|
String |
getCertificateAlias()
Get Certificate name.
|
String |
getCertificateId()
Get Certificate ID
|
String |
getCertificateName()
Get Certificate name; It's an old parameter, please switch to CertificateAlias.
|
Long |
getCertificateType()
Get Certificate type.
|
Long |
getCreateTime()
Get Certificate 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 in the format of UNIX timestamp, indicating the number of seconds that have elapsed since January 1, 1970 (midnight in UTC/GMT).
|
String |
getIssuerCN()
Get Common name of the certificate issuer.
|
String |
getSubjectCN()
Get Common name of the certificate subject.
|
void |
setBeginTime(Long BeginTime)
Set Certificate effective time in the format of UNIX timestamp, indicating the number of seconds that have elapsed since January 1, 1970 (midnight in UTC/GMT).
|
void |
setCertificateAlias(String CertificateAlias)
Set Certificate name.
|
void |
setCertificateId(String CertificateId)
Set Certificate ID
|
void |
setCertificateName(String CertificateName)
Set Certificate name; It's an old parameter, please switch to CertificateAlias.
|
void |
setCertificateType(Long CertificateType)
Set Certificate type.
|
void |
setCreateTime(Long CreateTime)
Set Certificate 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 in the format of UNIX timestamp, indicating the number of seconds that have elapsed since January 1, 1970 (midnight in UTC/GMT).
|
void |
setIssuerCN(String IssuerCN)
Set Common name of the certificate 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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Certificate()
public Certificate(Certificate source)
public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId
- Certificate IDpublic String getCertificateName()
public void setCertificateName(String CertificateName)
CertificateName
- Certificate name; It's an old parameter, please switch to CertificateAlias.public 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 Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Certificate creation time in the format of UNIX timestamp, indicating the number of seconds that have elapsed since January 1, 1970 (midnight in UTC/GMT).public Long getBeginTime()
public void setBeginTime(Long BeginTime)
BeginTime
- Certificate effective 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 getEndTime()
public void setEndTime(Long EndTime)
EndTime
- Certificate expiration 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 String getIssuerCN()
public void setIssuerCN(String IssuerCN)
IssuerCN
- Common name of the certificate 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 © 2023. All rights reserved.