public class DescribeCustomerGatewaysRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeCustomerGatewaysRequest() |
DescribeCustomerGatewaysRequest(DescribeCustomerGatewaysRequest 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 |
---|---|
String[] |
getCustomerGatewayIds()
Get Customer gateway ID, such as `cgw-2wqq41m9`.
|
Filter[] |
getFilters()
Get The filter condition.
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset.
|
void |
setCustomerGatewayIds(String[] CustomerGatewayIds)
Set Customer gateway ID, such as `cgw-2wqq41m9`.
|
void |
setFilters(Filter[] Filters)
Set The filter condition.
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeCustomerGatewaysRequest()
public DescribeCustomerGatewaysRequest(DescribeCustomerGatewaysRequest source)
public String[] getCustomerGatewayIds()
public void setCustomerGatewayIds(String[] CustomerGatewayIds)
CustomerGatewayIds
- Customer gateway ID, such as `cgw-2wqq41m9`. Each request can have a maximum of 100 instances. `CustomerGatewayIds` and `Filters` cannot be specified at the same time.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- The filter condition. For details, see the Instance Filter Conditions Table. The upper limit for `Filters` in each request is 10 and 5 for `Filter.Values`. `CustomerGatewayIds` and `Filters` cannot be specified at the same time.
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0. For more information on Offset, see the relevant section in the API [Introduction](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. Default value: 20. Maximum value: 100.Copyright © 2024. All rights reserved.