public static final class ListGatewayRouteResponseBody.PathPredicates.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListGatewayRouteResponseBody.PathPredicates |
build() |
ListGatewayRouteResponseBody.PathPredicates.Builder |
ignoreCase(Boolean ignoreCase)
Indicates whether case sensitivity is ignored.
|
ListGatewayRouteResponseBody.PathPredicates.Builder |
path(String path)
The path of the node.
|
ListGatewayRouteResponseBody.PathPredicates.Builder |
type(String type)
The matching type.
|
public ListGatewayRouteResponseBody.PathPredicates.Builder ignoreCase(Boolean ignoreCase)
Indicates whether case sensitivity is ignored.
example:true
public ListGatewayRouteResponseBody.PathPredicates.Builder path(String path)
The path of the node.
example:/getIp
public ListGatewayRouteResponseBody.PathPredicates.Builder type(String type)
The matching type.
example:PRE
public ListGatewayRouteResponseBody.PathPredicates build()
Copyright © 2026. All rights reserved.