public class DescribeLocalGatewayRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeLocalGatewayRequest() | 
| DescribeLocalGatewayRequest(DescribeLocalGatewayRequest 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 | 
|---|---|
| Filter[] | getFilters()Get Query criteria:
vpc-id: filter by VPC ID; local-gateway-name: filter by local gateway name (fuzzy search is supported); local-gateway-id: filter by local gateway instance ID; cdc-id: filter by CDC instance ID. | 
| Long | getLimit()Get The number of returned results. | 
| Long | getOffset()Get The offset. | 
| void | setFilters(Filter[] Filters)Set Query criteria:
vpc-id: filter by VPC ID; local-gateway-name: filter by local gateway name (fuzzy search is supported); local-gateway-id: filter by local gateway instance ID; cdc-id: filter by CDC instance ID. | 
| void | setLimit(Long Limit)Set The number of returned results. | 
| void | setOffset(Long Offset)Set The offset. | 
| 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, toJsonStringpublic DescribeLocalGatewayRequest()
public DescribeLocalGatewayRequest(DescribeLocalGatewayRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Query criteria:
vpc-id: filter by VPC ID; local-gateway-name: filter by local gateway name (fuzzy search is supported); local-gateway-id: filter by local gateway instance ID; cdc-id: filter by CDC instance ID.public Long getOffset()
public void setOffset(Long Offset)
Offset - The offset. Default value: 0. For more information on `Offset`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).public Long getLimit()
public void setLimit(Long Limit)
Limit - The number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).Copyright © 2022. All rights reserved.