public static final class ListSentinelBlockFallbackDefinitionsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListSentinelBlockFallbackDefinitionsRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
ListSentinelBlockFallbackDefinitionsRequest.Builder |
appName(String appName)
The name of the application.
|
ListSentinelBlockFallbackDefinitionsRequest |
build() |
ListSentinelBlockFallbackDefinitionsRequest.Builder |
classificationSet(List<Integer> classificationSet)
Behavior Classification Set.
|
ListSentinelBlockFallbackDefinitionsRequest.Builder |
namespace(String namespace)
The name of the Microservices namespace.
|
public ListSentinelBlockFallbackDefinitionsRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public ListSentinelBlockFallbackDefinitionsRequest.Builder appName(String appName)
The name of the application.
This parameter is required.
example:spring-cloud-a
public ListSentinelBlockFallbackDefinitionsRequest.Builder classificationSet(List<Integer> classificationSet)
Behavior Classification Set.
public ListSentinelBlockFallbackDefinitionsRequest.Builder namespace(String namespace)
The name of the Microservices namespace.
This parameter is required.
example:default
public ListSentinelBlockFallbackDefinitionsRequest build()
Copyright © 2026. All rights reserved.