| 限定符和类型 | 方法和说明 |
|---|---|
DataValue.Builder |
appId(String appId)
The application ID.
|
DataValue.Builder |
appName(String appName)
The application name.
|
DataValue |
build() |
DataValue.Builder |
namespace(String namespace)
The microservice namespace where the application resides.
|
DataValue.Builder |
regionId(String regionId)
The region where the application resides.
|
DataValue.Builder |
userId(String userId)
The ID of the user to which the application belongs.
|
public DataValue.Builder userId(String userId)
The ID of the user to which the application belongs.
example:12345
public DataValue.Builder regionId(String regionId)
The region where the application resides.
example:cn-hangzhou
public DataValue.Builder namespace(String namespace)
The microservice namespace where the application resides.
example:default
public DataValue.Builder appName(String appName)
The application name.
example:example-app-name
public DataValue.Builder appId(String appId)
The application ID.
example:123456abcde@12345abcde
public DataValue build()
Copyright © 2026. All rights reserved.