public static final class GetNacosHistoryConfigResponseBody.Configuration.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetNacosHistoryConfigResponseBody.Configuration.Builder |
appName(String appName)
The name of the application.
|
GetNacosHistoryConfigResponseBody.Configuration |
build() |
GetNacosHistoryConfigResponseBody.Configuration.Builder |
content(String content)
The content of the configuration.
|
GetNacosHistoryConfigResponseBody.Configuration.Builder |
dataId(String dataId)
The ID of the configuration.
|
GetNacosHistoryConfigResponseBody.Configuration.Builder |
encryptedDataKey(String encryptedDataKey)
The encryption key.
|
GetNacosHistoryConfigResponseBody.Configuration.Builder |
group(String group)
The name of the configuration group.
|
GetNacosHistoryConfigResponseBody.Configuration.Builder |
md5(String md5)
The MD5 value of the configuration.
|
GetNacosHistoryConfigResponseBody.Configuration.Builder |
opType(String opType)
The configuration type.
|
public GetNacosHistoryConfigResponseBody.Configuration.Builder appName(String appName)
The name of the application.
example:test
public GetNacosHistoryConfigResponseBody.Configuration.Builder content(String content)
The content of the configuration.
example:test
public GetNacosHistoryConfigResponseBody.Configuration.Builder dataId(String dataId)
The ID of the configuration.
example:test.yaml
public GetNacosHistoryConfigResponseBody.Configuration.Builder encryptedDataKey(String encryptedDataKey)
The encryption key.
example:23fds****
public GetNacosHistoryConfigResponseBody.Configuration.Builder group(String group)
The name of the configuration group.
example:public
public GetNacosHistoryConfigResponseBody.Configuration.Builder md5(String md5)
The MD5 value of the configuration.
example:23sdf32f****
public GetNacosHistoryConfigResponseBody.Configuration.Builder opType(String opType)
The configuration type.
example:text
public GetNacosHistoryConfigResponseBody.Configuration build()
Copyright © 2026. All rights reserved.