public class DescribeCertificatesRequest extends AbstractModel
Constructor and Description |
---|
DescribeCertificatesRequest() |
DescribeCertificatesRequest(DescribeCertificatesRequest 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[] |
getCertificateStatus()
Get Certificate status.
|
String |
getCertificateType()
Get Certificate type.
|
Long |
getDeployable()
Get Whether the certificate can be deployed.
|
String |
getExpirationSort()
Get Sorting by expiration time.
|
Long |
getFilterExpiring()
Get Whether to filter expiring certificates.
|
String |
getFilterSource()
Get Filter by source.
|
Long |
getIsSM()
Get Whether to filter Chinese SM certificates.
|
Long |
getLimit()
Get Number of entries per page.
|
Long |
getOffset()
Get Pagination offset, starting from 0
|
Long |
getProjectId()
Get Project ID
|
Long |
getRenew()
Get Whether to filter renewable certificates.
|
String |
getSearchKey()
Get Keyword for search, which can be a certificate ID, alias, or domain name, for example, a8xHcaIs
|
Long |
getUpload()
Get Whether to filter uploaded hosted certificates.
|
void |
setCertificateStatus(Long[] CertificateStatus)
Set Certificate status.
|
void |
setCertificateType(String CertificateType)
Set Certificate type.
|
void |
setDeployable(Long Deployable)
Set Whether the certificate can be deployed.
|
void |
setExpirationSort(String ExpirationSort)
Set Sorting by expiration time.
|
void |
setFilterExpiring(Long FilterExpiring)
Set Whether to filter expiring certificates.
|
void |
setFilterSource(String FilterSource)
Set Filter by source.
|
void |
setIsSM(Long IsSM)
Set Whether to filter Chinese SM certificates.
|
void |
setLimit(Long Limit)
Set Number of entries per page.
|
void |
setOffset(Long Offset)
Set Pagination offset, starting from 0
|
void |
setProjectId(Long ProjectId)
Set Project ID
|
void |
setRenew(Long Renew)
Set Whether to filter renewable certificates.
|
void |
setSearchKey(String SearchKey)
Set Keyword for search, which can be a certificate ID, alias, or domain name, for example, a8xHcaIs
|
void |
setUpload(Long Upload)
Set Whether to filter uploaded hosted certificates.
|
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 DescribeCertificatesRequest()
public DescribeCertificatesRequest(DescribeCertificatesRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset, starting from 0public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries per page. Default value: `20`. Maximum value: `1000`.public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- Keyword for search, which can be a certificate ID, alias, or domain name, for example, a8xHcaIspublic String getCertificateType()
public void setCertificateType(String CertificateType)
CertificateType
- Certificate type. `CA`: client certificate; `SVR`: server certificatepublic Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project IDpublic String getExpirationSort()
public void setExpirationSort(String ExpirationSort)
ExpirationSort
- Sorting by expiration time. `DESC`: descending; `ASC`: ascendingpublic Long[] getCertificateStatus()
public void setCertificateStatus(Long[] CertificateStatus)
CertificateStatus
- Certificate status. `0`: Reviewing; `1`: Approved; `2`: Unapproved; `3`: Expired; `4`: DNS record added; `5`: Enterprise-grade certificate, pending submission; `6`: Canceling order; `7`: Canceled; `8`: Information submitted, pending confirmation letter upload; `9`: Revoking certificate; `10`: Revoked; `11`: Reissuing; `12`: Pending revocation confirmation letter upload; `13`: Pending information submission for the free certificate.public Long getDeployable()
public void setDeployable(Long Deployable)
Deployable
- Whether the certificate can be deployed. `1`: yes; `0`: nopublic Long getUpload()
public void setUpload(Long Upload)
Upload
- Whether to filter uploaded hosted certificates. `1`: Yes; `0`: No.public Long getRenew()
public void setRenew(Long Renew)
Renew
- Whether to filter renewable certificates. `1`: Yes; `0`: No.public String getFilterSource()
public void setFilterSource(String FilterSource)
FilterSource
- Filter by source. `upload`: Uploaded certificate; `buy`: Tencent Cloud certificate. If this parameter is left empty, all certificates will be queried.public Long getIsSM()
public void setIsSM(Long IsSM)
IsSM
- Whether to filter Chinese SM certificates. `1`: Yes; `0`: No.public Long getFilterExpiring()
public void setFilterExpiring(Long FilterExpiring)
FilterExpiring
- Whether to filter expiring certificates. `1`: Yes; `0`: No.Copyright © 2023. All rights reserved.