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