public static final class GetServiceListResponseBody.Data.Builder extends Object
public GetServiceListResponseBody.Data.Builder dubboApplicationName(String dubboApplicationName)
The name of the Dubbo application.
example:dubbo-application
public GetServiceListResponseBody.Data.Builder edasAppName(String edasAppName)
The name of the application.
example:test
public GetServiceListResponseBody.Data.Builder group(String group)
The group.
example:dubbo
public GetServiceListResponseBody.Data.Builder metadata(Map<String,?> metadata)
The metadata.
example:{}
public GetServiceListResponseBody.Data.Builder methods(List<GetServiceListResponseBody.Methods> methods)
The methods.
public GetServiceListResponseBody.Data.Builder registryType(String registryType)
The type of the service registry.
example:nacos
public GetServiceListResponseBody.Data.Builder serviceName(String serviceName)
The name of the service.
example:com.alibaba.xxx
public GetServiceListResponseBody.Data.Builder serviceType(String serviceType)
The type of the service.
example:dubbo
public GetServiceListResponseBody.Data.Builder springApplicationName(String springApplicationName)
The name of the Spring application.
example:spring-application
public GetServiceListResponseBody.Data.Builder version(String version)
The version information.
example:1.0.0
public GetServiceListResponseBody.Data build()
Copyright © 2026. All rights reserved.