public static final class AddGatewayRouteRequest.Services.Builder extends Object
public AddGatewayRouteRequest.Services.Builder agreementType(String agreementType)
The type of the protocol.
example:DUBBO
public AddGatewayRouteRequest.Services.Builder groupName(String groupName)
The name of the group to which the service belongs.
example:test
public AddGatewayRouteRequest.Services.Builder httpDubboTranscoder(AddGatewayRouteRequest.HttpDubboTranscoder httpDubboTranscoder)
The transcoder of the Dubbo protocol.
public AddGatewayRouteRequest.Services.Builder name(String name)
The name.
example:user
public AddGatewayRouteRequest.Services.Builder namespace(String namespace)
The namespace to which the service belongs.
example:default
public AddGatewayRouteRequest.Services.Builder percent(Integer percent)
The weight in the form of a percentage value.
example:80
public AddGatewayRouteRequest.Services.Builder serviceId(Long serviceId)
The ID of the service.
example:353
public AddGatewayRouteRequest.Services.Builder servicePort(Integer servicePort)
The service port number.
example:443
public AddGatewayRouteRequest.Services.Builder sourceType(String sourceType)
The source type.
example:MSE
public AddGatewayRouteRequest.Services.Builder version(String version)
The version of the service.
example:v1
public AddGatewayRouteRequest.Services build()
Copyright © 2026. All rights reserved.