public static final class GetCheckProcessResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCheckProcessResponseBody |
build() |
GetCheckProcessResponseBody.Builder |
finishCount(Integer finishCount)
The total number of assets on which the task is complete.
|
GetCheckProcessResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
GetCheckProcessResponseBody.Builder |
statusCode(String statusCode)
The status code of the Cloud Security Posture Management (CSPM) task.
|
GetCheckProcessResponseBody.Builder |
taskId(String taskId)
The ID of the task.
|
GetCheckProcessResponseBody.Builder |
totalCount(Integer totalCount)
The total number of assets on which the task is performed.
|
public GetCheckProcessResponseBody.Builder finishCount(Integer finishCount)
The total number of assets on which the task is complete.
example:80
public GetCheckProcessResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:D18B5DAD-BA97-5552-AE48-83F59D5F****
public GetCheckProcessResponseBody.Builder statusCode(String statusCode)
The status code of the Cloud Security Posture Management (CSPM) task. Valid values:
1
public GetCheckProcessResponseBody.Builder taskId(String taskId)
The ID of the task.
example:5347c7b6-c85c-4070-846a-3029e08e****
public GetCheckProcessResponseBody.Builder totalCount(Integer totalCount)
The total number of assets on which the task is performed.
example:113
public GetCheckProcessResponseBody build()
Copyright © 2026. All rights reserved.