public static final class UpdateGatewayRouteRequest.Services.Builder extends Object
public UpdateGatewayRouteRequest.Services.Builder agreementType(String agreementType)
The type of the protocol. Valid values:
example:DUBBO
public UpdateGatewayRouteRequest.Services.Builder groupName(String groupName)
The name of the group to which the service belongs.
example:test
public UpdateGatewayRouteRequest.Services.Builder httpDubboTranscoder(UpdateGatewayRouteRequest.HttpDubboTranscoder httpDubboTranscoder)
The transcoder of the Dubbo protocol.
public UpdateGatewayRouteRequest.Services.Builder name(String name)
The name.
example:web
public UpdateGatewayRouteRequest.Services.Builder namespace(String namespace)
The namespace in which the service resides.
example:default
public UpdateGatewayRouteRequest.Services.Builder percent(Integer percent)
The percentage.
example:80
public UpdateGatewayRouteRequest.Services.Builder serviceId(Long serviceId)
The ID of the service.
example:1
public UpdateGatewayRouteRequest.Services.Builder servicePort(Integer servicePort)
The Dubbo port number.
example:20880
public UpdateGatewayRouteRequest.Services.Builder sourceType(String sourceType)
The source type.
example:MSE
public UpdateGatewayRouteRequest.Services.Builder version(String version)
The version of the service.
example:v1
public UpdateGatewayRouteRequest.Services build()
Copyright © 2026. All rights reserved.