Class DescribeCloudNativeAPIGatewayRoutesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.DescribeCloudNativeAPIGatewayRoutesRequest
-
public class DescribeCloudNativeAPIGatewayRoutesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListFilter[]
getFilters()
Get 过滤条件,多个过滤条件之间是与的关系,支持 name, path, host, method, service, protocolString
getGatewayId()
Get 网关IDLong
getLimit()
Get 翻页单页查询限制数量[0,1000], 默认值0Long
getOffset()
Get 翻页单页偏移量,默认值0String
getRouteName()
Get 路由的名字,精确匹配String
getServiceName()
Get 服务的名字,精确匹配void
setFilters(ListFilter[] Filters)
Set 过滤条件,多个过滤条件之间是与的关系,支持 name, path, host, method, service, protocolvoid
setGatewayId(String GatewayId)
Set 网关IDvoid
setLimit(Long Limit)
Set 翻页单页查询限制数量[0,1000], 默认值0void
setOffset(Long Offset)
Set 翻页单页偏移量,默认值0void
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeCloudNativeAPIGatewayRoutesRequest
public DescribeCloudNativeAPIGatewayRoutesRequest()
-
DescribeCloudNativeAPIGatewayRoutesRequest
public 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.
-
-
Method Detail
-
getGatewayId
public String getGatewayId()
Get 网关ID- Returns:
- GatewayId 网关ID
-
setGatewayId
public void setGatewayId(String GatewayId)
Set 网关ID- Parameters:
GatewayId
- 网关ID
-
getLimit
public Long getLimit()
Get 翻页单页查询限制数量[0,1000], 默认值0- Returns:
- Limit 翻页单页查询限制数量[0,1000], 默认值0
-
setLimit
public void setLimit(Long Limit)
Set 翻页单页查询限制数量[0,1000], 默认值0- Parameters:
Limit
- 翻页单页查询限制数量[0,1000], 默认值0
-
getOffset
public Long getOffset()
Get 翻页单页偏移量,默认值0- Returns:
- Offset 翻页单页偏移量,默认值0
-
setOffset
public void setOffset(Long Offset)
Set 翻页单页偏移量,默认值0- Parameters:
Offset
- 翻页单页偏移量,默认值0
-
getServiceName
public String getServiceName()
Get 服务的名字,精确匹配- Returns:
- ServiceName 服务的名字,精确匹配
-
setServiceName
public void setServiceName(String ServiceName)
Set 服务的名字,精确匹配- Parameters:
ServiceName
- 服务的名字,精确匹配
-
getRouteName
public String getRouteName()
Get 路由的名字,精确匹配- Returns:
- RouteName 路由的名字,精确匹配
-
setRouteName
public void setRouteName(String RouteName)
Set 路由的名字,精确匹配- Parameters:
RouteName
- 路由的名字,精确匹配
-
getFilters
public ListFilter[] getFilters()
Get 过滤条件,多个过滤条件之间是与的关系,支持 name, path, host, method, service, protocol- Returns:
- Filters 过滤条件,多个过滤条件之间是与的关系,支持 name, path, host, method, service, protocol
-
setFilters
public void setFilters(ListFilter[] Filters)
Set 过滤条件,多个过滤条件之间是与的关系,支持 name, path, host, method, service, protocol- Parameters:
Filters
- 过滤条件,多个过滤条件之间是与的关系,支持 name, path, host, method, service, protocol
-
-