public static final class ExecDatamaskResponseBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ExecDatamaskResponseBody |
build() |
ExecDatamaskResponseBody.Builder |
data(String data)
The de-identified data, which is described in a JSON string.
|
ExecDatamaskResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
public ExecDatamaskResponseBody.Builder data(String data)
* **dataHeaderList**: the names of columns that contain the de-identified data. * **dataList**: the de-identified data. The column order of the de-identified data is the same as that indicated by the dataHeaderList parameter. * **ruleList**: the IDs of sensitive data detection rules.
public ExecDatamaskResponseBody.Builder requestId(String requestId)
public ExecDatamaskResponseBody build()
Copyright © 2024. All rights reserved.