public static final class ListGatewayRouteOnAuthResponseBody.Data.Builder extends Object
public ListGatewayRouteOnAuthResponseBody.Data.Builder domainId(Long domainId)
The domain ID.
example:235
public ListGatewayRouteOnAuthResponseBody.Data.Builder domainIdList(List<Long> domainIdList)
The domain IDs.
public ListGatewayRouteOnAuthResponseBody.Data.Builder domainName(String domainName)
The domain name.
example:123.com
public ListGatewayRouteOnAuthResponseBody.Data.Builder domainNameList(List<String> domainNameList)
The domain names.
public ListGatewayRouteOnAuthResponseBody.Data.Builder gatewayId(String gatewayId)
The gateway ID.
example:399
public ListGatewayRouteOnAuthResponseBody.Data.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-7ea3da97b96543e19f6c597c****
public ListGatewayRouteOnAuthResponseBody.Data.Builder id(Integer id)
The route ID.
example:12
public ListGatewayRouteOnAuthResponseBody.Data.Builder name(String name)
The name of the route.
example:ceshi
public ListGatewayRouteOnAuthResponseBody.Data.Builder routePredicates(ListGatewayRouteOnAuthResponseBody.RoutePredicates routePredicates)
The information about route matching.
public ListGatewayRouteOnAuthResponseBody.Data build()
Copyright © 2026. All rights reserved.