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 |
getLimit()
Get Number of certificates on each page.
|
Long |
getOffset()
Get Pagination offset, starting from 0
|
Long |
getProjectId()
Get Project ID
|
String |
getSearchKey()
Get Keyword for search, which can be a certificate ID, alias, or domain name, for example, a8xHcaIs
|
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 |
setLimit(Long Limit)
Set Number of certificates on each page.
|
void |
setOffset(Long Offset)
Set Pagination offset, starting from 0
|
void |
setProjectId(Long ProjectId)
Set Project ID
|
void |
setSearchKey(String SearchKey)
Set Keyword for search, which can be a certificate ID, alias, or domain name, for example, a8xHcaIs
|
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 certificates on each page. The default value is 20.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 statuspublic Long getDeployable()
public void setDeployable(Long Deployable)
Deployable
- Whether the certificate can be deployed. `1`: yes; `0`: noCopyright © 2022. All rights reserved.