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 Asynchronous or not. | 
| 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 Number of items per page. | 
| Long | getOffset()Get Paging offset. | 
| String | getOldCertificateId()Get The ID of the deployed certificate. | 
| String | getResourceType()Deprecated.   | 
| void | setAsyncCache(Long AsyncCache)Set Asynchronous or not. | 
| 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 Number of items per page. | 
| void | setOffset(Long Offset)Set Paging offset. | 
| void | setOldCertificateId(String OldCertificateId)Set The ID of the deployed certificate. | 
| void | setResourceType(String ResourceType)Deprecated.   | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeHostTeoInstanceListRequest()
public DescribeHostTeoInstanceListRequest(DescribeHostTeoInstanceListRequest source)
public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId - The ID of the certificate to be deployed.@Deprecated public String getResourceType()
@Deprecated 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 - Paging offset. default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of items per page. default: 10. maximum value: 200.public Long getAsyncCache()
public void setAsyncCache(Long AsyncCache)
AsyncCache - Asynchronous or not. 1 means yes, 0 means no. default: 0.Copyright © 2025. All rights reserved.