public static final class GetPluginConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetPluginConfigRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
GetPluginConfigRequest |
build() |
GetPluginConfigRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
GetPluginConfigRequest.Builder |
pluginId(Long pluginId)
The ID of the gateway plug-in.
|
public GetPluginConfigRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh: Chinese en: English
example:zh
public GetPluginConfigRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
This parameter is required.
example:gw-ubuwqygbq4783gqb2y3f87q****
public GetPluginConfigRequest.Builder pluginId(Long pluginId)
The ID of the gateway plug-in.
This parameter is required.
example:123
public GetPluginConfigRequest build()
Copyright © 2026. All rights reserved.