public static final class ListGatewayRouteResponseBody.ParamMapsList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListGatewayRouteResponseBody.ParamMapsList |
build() |
ListGatewayRouteResponseBody.ParamMapsList.Builder |
extractKey(String extractKey)
The key extracted from the input parameter.
|
ListGatewayRouteResponseBody.ParamMapsList.Builder |
extractKeySpec(String extractKeySpec)
The position of the input parameter.
|
ListGatewayRouteResponseBody.ParamMapsList.Builder |
mappingType(String mappingType)
The type of the backend service parameter.
|
public ListGatewayRouteResponseBody.ParamMapsList.Builder extractKey(String extractKey)
The key extracted from the input parameter.
example:name
public ListGatewayRouteResponseBody.ParamMapsList.Builder extractKeySpec(String extractKeySpec)
The position of the input parameter.
Valid values:
ALL_QUERY_PARAMETER: request parameter
ALL_HEADER: request header
ALL_PATH: request path
ALL_BODY: request body
ALL_QUERY_PARAMETER
public ListGatewayRouteResponseBody.ParamMapsList.Builder mappingType(String mappingType)
The type of the backend service parameter.
example:java.lang.String
public ListGatewayRouteResponseBody.ParamMapsList build()
Copyright © 2026. All rights reserved.