public static final class GetApplicationListRequest.Builder extends Object
public GetApplicationListRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public GetApplicationListRequest.Builder appId(String appId)
The ID of an application.
example:hkhon1po62@c3df23522b*****
public GetApplicationListRequest.Builder appName(String appName)
The name of an application.
example:rest-container
public GetApplicationListRequest.Builder language(String language)
The programming language of the application, such as Java and Go.
example:Java
public GetApplicationListRequest.Builder namespace(String namespace)
The microservice namespace to which the application belongs.
example:default
public GetApplicationListRequest.Builder pageNumber(Integer pageNumber)
The number of the page to return.
This parameter is required.
example:1
public GetApplicationListRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
This parameter is required.
example:10
public GetApplicationListRequest.Builder region(String region)
The ID of the region.
This parameter is required.
example:cn-hangzhou
public GetApplicationListRequest.Builder sentinelEnable(Boolean sentinelEnable)
Specifies whether to enable the Sentinel-compatible mode.
example:true
public GetApplicationListRequest.Builder source(String source)
The source of the application. The value is fixed as edasmsc.
example:edasmsc
public GetApplicationListRequest.Builder switchEnable(Boolean switchEnable)
Specifies whether to enable switching.
example:true
public GetApplicationListRequest.Builder tags(List<GetApplicationListRequest.Tags> tags)
public GetApplicationListRequest build()
Copyright © 2026. All rights reserved.