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