public static final class AddGatewayRouteRequest.MothedMapList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AddGatewayRouteRequest.MothedMapList |
build() |
AddGatewayRouteRequest.MothedMapList.Builder |
dubboMothedName(String dubboMothedName)
The method name of the Dubbo service.
|
AddGatewayRouteRequest.MothedMapList.Builder |
httpMothed(String httpMothed)
The HTTP method.
|
AddGatewayRouteRequest.MothedMapList.Builder |
mothedpath(String mothedpath)
The path used for method matching.
|
AddGatewayRouteRequest.MothedMapList.Builder |
paramMapsList(List<AddGatewayRouteRequest.ParamMapsList> paramMapsList)
The information about parameter mappings.
|
AddGatewayRouteRequest.MothedMapList.Builder |
passThroughAllHeaders(String passThroughAllHeaders)
The pass-through type of the header.
|
AddGatewayRouteRequest.MothedMapList.Builder |
passThroughList(List<String> passThroughList)
The list of headers to be passed through.
|
public AddGatewayRouteRequest.MothedMapList.Builder dubboMothedName(String dubboMothedName)
The method name of the Dubbo service.
example:sayHello
public AddGatewayRouteRequest.MothedMapList.Builder httpMothed(String httpMothed)
The HTTP method.
Valid values:
ALL_GET
ALL_POST
ALL_PUT
ALL_DELETE
ALL_PATCH
ALL_GET
public AddGatewayRouteRequest.MothedMapList.Builder mothedpath(String mothedpath)
The path used for method matching.
example:/mytestzbk/sayhello
public AddGatewayRouteRequest.MothedMapList.Builder paramMapsList(List<AddGatewayRouteRequest.ParamMapsList> paramMapsList)
The information about parameter mappings.
public AddGatewayRouteRequest.MothedMapList.Builder passThroughAllHeaders(String passThroughAllHeaders)
The pass-through type of the header.
Valid values:
PASS_ALL: All headers are passed through.
PASS_NOT: All headers are not passed through.
PASS_ASSIGN: Specified headers are passed through.
PASS_NOT
public AddGatewayRouteRequest.MothedMapList.Builder passThroughList(List<String> passThroughList)
The list of headers to be passed through.
public AddGatewayRouteRequest.MothedMapList build()
Copyright © 2026. All rights reserved.