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