public static final class GetServiceListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetServiceListRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
GetServiceListRequest.Builder |
appId(String appId)
The ID of the application.
|
GetServiceListRequest |
build() |
GetServiceListRequest.Builder |
ip(String ip)
The IP address.
|
GetServiceListRequest.Builder |
region(String region)
The ID of the region.
|
GetServiceListRequest.Builder |
serviceName(String serviceName)
The name of the service.
|
GetServiceListRequest.Builder |
serviceType(String serviceType)
The type of the framework.
|
public GetServiceListRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response.
example:zh
public GetServiceListRequest.Builder appId(String appId)
The ID of the application.
This parameter is required.
example:xxx@xxx
public GetServiceListRequest.Builder ip(String ip)
The IP address.
example:127.0.0.1
public GetServiceListRequest.Builder region(String region)
The ID of the region.
example:cn-zhangjiakou
public GetServiceListRequest.Builder serviceName(String serviceName)
The name of the service.
example:com.alibaba.xxx
public GetServiceListRequest.Builder serviceType(String serviceType)
The type of the framework.
example:dubbo
public GetServiceListRequest build()
Copyright © 2026. All rights reserved.