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