public class DescribeHostTeoInstanceListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeHostTeoInstanceListRequest() |
DescribeHostTeoInstanceListRequest(DescribeHostTeoInstanceListRequest 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 |
getAsyncCache()
Get Whether the query is asynchronous.
|
String |
getCertificateId()
Get The ID of the certificate to be deployed.
|
Filter[] |
getFilters()
Get The list of filter parameters.
|
Long |
getIsCache()
Get Whether to query the cached results.
|
Long |
getLimit()
Get The number of instances on each page.
|
Long |
getOffset()
Get The pagination offset, starting from 0.
|
String |
getOldCertificateId()
Get The ID of the deployed certificate.
|
String |
getResourceType()
Get The type of resource for certificate deployment.
|
void |
setAsyncCache(Long AsyncCache)
Set Whether the query is asynchronous.
|
void |
setCertificateId(String CertificateId)
Set The ID of the certificate to be deployed.
|
void |
setFilters(Filter[] Filters)
Set The list of filter parameters.
|
void |
setIsCache(Long IsCache)
Set Whether to query the cached results.
|
void |
setLimit(Long Limit)
Set The number of instances on each page.
|
void |
setOffset(Long Offset)
Set The pagination offset, starting from 0.
|
void |
setOldCertificateId(String OldCertificateId)
Set The ID of the deployed certificate.
|
void |
setResourceType(String ResourceType)
Set The type of resource for certificate deployment.
|
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 DescribeHostTeoInstanceListRequest()
public DescribeHostTeoInstanceListRequest(DescribeHostTeoInstanceListRequest source)
public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId
- The ID of the certificate to be deployed.public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- The type of resource for certificate deployment.public Long getIsCache()
public void setIsCache(Long IsCache)
IsCache
- Whether to query the cached results. Valid values: `1` (yes) and `0` (no). By default, the cached results within 30 minutes are queried.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- The list of filter parameters. FilterKey: domainMatch (query the list of instances with matching or non-matching domains). FilterValue: `1` (default; query the list of instances with matching domains) or `0` (query the list of instances with non-matching domains).public String getOldCertificateId()
public void setOldCertificateId(String OldCertificateId)
OldCertificateId
- The ID of the deployed certificate.public Long getOffset()
public void setOffset(Long Offset)
Offset
- The pagination offset, starting from 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of instances on each page. Default value: 10.public Long getAsyncCache()
public void setAsyncCache(Long AsyncCache)
AsyncCache
- Whether the query is asynchronous.Copyright © 2024. All rights reserved.