public class DescribeCloudNativeAPIGatewayRoutesRequest extends AbstractModel
skipSign| Constructor and Description |
|---|
DescribeCloudNativeAPIGatewayRoutesRequest() |
DescribeCloudNativeAPIGatewayRoutesRequest(DescribeCloudNativeAPIGatewayRoutesRequest 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, path, host, method, service, protocol
|
String |
getGatewayId()
Get 网关ID
|
Long |
getLimit()
Get 翻页单页查询限制数量[0,1000], 默认值0
|
Long |
getOffset()
Get 翻页单页偏移量,默认值0
|
String |
getRouteName()
Get 路由的名字,精确匹配
|
String |
getServiceName()
Get 服务的名字,精确匹配
|
void |
setFilters(ListFilter[] Filters)
Set 过滤条件,多个过滤条件之间是与的关系,支持 name, path, host, method, service, protocol
|
void |
setGatewayId(String GatewayId)
Set 网关ID
|
void |
setLimit(Long Limit)
Set 翻页单页查询限制数量[0,1000], 默认值0
|
void |
setOffset(Long Offset)
Set 翻页单页偏移量,默认值0
|
void |
setRouteName(String RouteName)
Set 路由的名字,精确匹配
|
void |
setServiceName(String ServiceName)
Set 服务的名字,精确匹配
|
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, toJsonStringpublic DescribeCloudNativeAPIGatewayRoutesRequest()
public DescribeCloudNativeAPIGatewayRoutesRequest(DescribeCloudNativeAPIGatewayRoutesRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 网关IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit - 翻页单页查询限制数量[0,1000], 默认值0public Long getOffset()
public void setOffset(Long Offset)
Offset - 翻页单页偏移量,默认值0public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName - 服务的名字,精确匹配public String getRouteName()
public void setRouteName(String RouteName)
RouteName - 路由的名字,精确匹配public ListFilter[] getFilters()
public void setFilters(ListFilter[] Filters)
Filters - 过滤条件,多个过滤条件之间是与的关系,支持 name, path, host, method, service, protocolCopyright © 2023. All rights reserved.