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 网关列表的过滤字段,该参数不填写时,返回当前 appid 下所有网关信息,详细的过滤条件如下:
gateway-type:按照网关类型进行过滤,支持取值 cloud 和 private,分别代表过滤云上网关和自由网关;
keyword:按照网关名的关键字进行过滤。
|
Long |
getLimit()
Get 分页查询限制数目。默认值:20,最大值:1000。
|
Long |
getOffset()
Get 分页查询偏移量。默认值:0。
|
String |
getZoneId()
Get 站点 ID。
|
void |
setFilters(Filter[] Filters)
Set 网关列表的过滤字段,该参数不填写时,返回当前 appid 下所有网关信息,详细的过滤条件如下:
gateway-type:按照网关类型进行过滤,支持取值 cloud 和 private,分别代表过滤云上网关和自由网关;
keyword:按照网关名的关键字进行过滤。
|
void |
setLimit(Long Limit)
Set 分页查询限制数目。默认值:20,最大值:1000。
|
void |
setOffset(Long Offset)
Set 分页查询偏移量。默认值:0。
|
void |
setZoneId(String ZoneId)
Set 站点 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, toJsonString
public DescribeMultiPathGatewaysRequest()
public DescribeMultiPathGatewaysRequest(DescribeMultiPathGatewaysRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点 ID。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页查询偏移量。默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页查询限制数目。默认值:20,最大值:1000。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 网关列表的过滤字段,该参数不填写时,返回当前 appid 下所有网关信息,详细的过滤条件如下:
Copyright © 2025. All rights reserved.