public class DescribeCloudNativeAPIGatewayCertificatesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCloudNativeAPIGatewayCertificatesRequest() | 
| DescribeCloudNativeAPIGatewayCertificatesRequest(DescribeCloudNativeAPIGatewayCertificatesRequest 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 | 
|---|---|
| ListFilter[] | getFilters()Get 过滤条件,多个过滤条件之间是与的关系,支持BindDomain ,Name | 
| String | getGatewayId()Get 网关ID | 
| Long | getLimit()Get 列表数量 | 
| Long | getOffset()Get 列表offset | 
| void | setFilters(ListFilter[] Filters)Set 过滤条件,多个过滤条件之间是与的关系,支持BindDomain ,Name | 
| void | setGatewayId(String GatewayId)Set 网关ID | 
| void | setLimit(Long Limit)Set 列表数量 | 
| void | setOffset(Long Offset)Set 列表offset | 
| 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 DescribeCloudNativeAPIGatewayCertificatesRequest()
public DescribeCloudNativeAPIGatewayCertificatesRequest(DescribeCloudNativeAPIGatewayCertificatesRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 网关IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit - 列表数量public Long getOffset()
public void setOffset(Long Offset)
Offset - 列表offsetpublic ListFilter[] getFilters()
public void setFilters(ListFilter[] Filters)
Filters - 过滤条件,多个过滤条件之间是与的关系,支持BindDomain ,NameCopyright © 2025. All rights reserved.