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