public class DescribeMultiPathGatewaysRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeMultiPathGatewaysRequest()  | 
DescribeMultiPathGatewaysRequest(DescribeMultiPathGatewaysRequest 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 Filter fields for gateway list. 
 | 
Long | 
getLimit()
Get Pagination limit. 
 | 
Long | 
getOffset()
Get Pagination offset. 
 | 
String | 
getZoneId()
Get Zone ID. 
 | 
void | 
setFilters(Filter[] Filters)
Set Filter fields for gateway list. 
 | 
void | 
setLimit(Long Limit)
Set Pagination limit. 
 | 
void | 
setOffset(Long Offset)
Set Pagination offset. 
 | 
void | 
setZoneId(String ZoneId)
Set Zone ID. 
 | 
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 DescribeMultiPathGatewaysRequest()
public DescribeMultiPathGatewaysRequest(DescribeMultiPathGatewaysRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Zone ID.public Long getOffset()
public void setOffset(Long Offset)
Offset - Pagination offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Pagination limit. Default value: 20, maximum value: 1000.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter fields for gateway list. If this parameter is left empty, return the current appid's all gateway information. detailed filter criteria:.
Copyright © 2025. All rights reserved.