public static final class UpdateGatewayRouteRequest.HttpDubboTranscoder.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGatewayRouteRequest.HttpDubboTranscoder |
build() |
UpdateGatewayRouteRequest.HttpDubboTranscoder.Builder |
dubboServiceGroup(String dubboServiceGroup)
The Dubbo service group.
|
UpdateGatewayRouteRequest.HttpDubboTranscoder.Builder |
dubboServiceName(String dubboServiceName)
The name of the Dubbo service.
|
UpdateGatewayRouteRequest.HttpDubboTranscoder.Builder |
dubboServiceVersion(String dubboServiceVersion)
The version of the Dubbo service.
|
UpdateGatewayRouteRequest.HttpDubboTranscoder.Builder |
mothedMapList(List<UpdateGatewayRouteRequest.MothedMapList> mothedMapList)
The forwarding rules of the Dubbo service.
|
public UpdateGatewayRouteRequest.HttpDubboTranscoder.Builder dubboServiceGroup(String dubboServiceGroup)
The Dubbo service group.
example:service name
public UpdateGatewayRouteRequest.HttpDubboTranscoder.Builder dubboServiceName(String dubboServiceName)
The name of the Dubbo service.
example:org.apache.dubbo.samples.basic.api.DemoService
public UpdateGatewayRouteRequest.HttpDubboTranscoder.Builder dubboServiceVersion(String dubboServiceVersion)
The version of the Dubbo service.
example:0.0.0
public UpdateGatewayRouteRequest.HttpDubboTranscoder.Builder mothedMapList(List<UpdateGatewayRouteRequest.MothedMapList> mothedMapList)
The forwarding rules of the Dubbo service.
public UpdateGatewayRouteRequest.HttpDubboTranscoder build()
Copyright © 2026. All rights reserved.