public class DescribeCloudNativeAPIGatewayServicesRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeCloudNativeAPIGatewayServicesRequest() |
DescribeCloudNativeAPIGatewayServicesRequest(DescribeCloudNativeAPIGatewayServicesRequest 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 过滤条件,多个过滤条件之间是与的关系,支持 name,upstreamType
|
String |
getGatewayId()
Get 网关ID
|
Long |
getLimit()
Get 列表数量
|
Long |
getOffset()
Get 列表 offset
|
void |
setFilters(ListFilter[] Filters)
Set 过滤条件,多个过滤条件之间是与的关系,支持 name,upstreamType
|
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeCloudNativeAPIGatewayServicesRequest()
public DescribeCloudNativeAPIGatewayServicesRequest(DescribeCloudNativeAPIGatewayServicesRequest 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
- 过滤条件,多个过滤条件之间是与的关系,支持 name,upstreamTypeCopyright © 2023. All rights reserved.