public class DescribeCertificatesRequest extends AbstractModel
Constructor and Description |
---|
DescribeCertificatesRequest() |
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.
|
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.
|
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 Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset, starting from 0.public 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, a8xHcaIs.public String getCertificateType()
public void setCertificateType(String CertificateType)
CertificateType
- Certificate type. CA: client certificate; SVR: server certificate.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project ID.public String getExpirationSort()
public void setExpirationSort(String ExpirationSort)
ExpirationSort
- Sorting by expiration time. DESC: descending; ASC: ascending.public Long[] getCertificateStatus()
public void setCertificateStatus(Long[] CertificateStatus)
CertificateStatus
- Certificate status.public Long getDeployable()
public void setDeployable(Long Deployable)
Deployable
- Whether the certificate can be deployed. 1: yes; 0: no.Copyright © 2020. All rights reserved.