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