public static final class DescribeSoarStrategyTaskDetailResponseBody.TaskDetail.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSoarStrategyTaskDetailResponseBody.TaskDetail |
build() |
DescribeSoarStrategyTaskDetailResponseBody.TaskDetail.Builder |
logInfo(String logInfo)
The operational log information of the task.
|
DescribeSoarStrategyTaskDetailResponseBody.TaskDetail.Builder |
params(String params)
The parameters of the task.
|
DescribeSoarStrategyTaskDetailResponseBody.TaskDetail.Builder |
processInfo(String processInfo)
The process information of the task.
|
DescribeSoarStrategyTaskDetailResponseBody.TaskDetail.Builder |
taskName(String taskName)
The name of the task.
|
public DescribeSoarStrategyTaskDetailResponseBody.TaskDetail.Builder logInfo(String logInfo)
The operational log information of the task.
example:{ "resultContent": "{"failedNum":0,"totalNum":1,"successNum":1}", "resultStatus": 0, "status": 2 }
public DescribeSoarStrategyTaskDetailResponseBody.TaskDetail.Builder params(String params)
The parameters of the task.
example:[ { "name": "vulList", "associationProperty": "sasAllVul", "value": [ { "regionId": "cn-hangzhou", "instanceId": "i-bp10i3dtyq7x45e", "instanceName": "xxx", "vulId": 1222, "vulName": "centos:7:cesa-2024:1249", "vulAliasName": "CESA-2024:1249", "vulTag": "oval", "vulUuid": "3c5eb76a-df89--85ef-67562cdc2344", "vulType": "cve", "vulModifyTs": 1721324258000 } ] }, { "name": "snapshotConfig", "associationProperty": "snapshotConfig", "value": { "ttl": 1 } }, { "name": "notifyConfig", "associationProperty": "notifyConfig", "value": { "ding": [ { "value": 2195, "label": "test" } ] } } ]
public DescribeSoarStrategyTaskDetailResponseBody.TaskDetail.Builder processInfo(String processInfo)
The process information of the task.
example:{ "edges": [ { "level": 0, "removeFlag": 0, "source": 1, "target": 8 } ], "nodes": [ { "actionId": "Action_014s73k", "iconUrl": "https://img.alicdn.com/tfs/TB1T*****jSZLeXXb9kVXa-12-14.svg", "id": 1, "label": "describeDisks", "nodeName": "DescribeDisks", "status": 0, "type": "openAPI" } ] }
public DescribeSoarStrategyTaskDetailResponseBody.TaskDetail.Builder taskName(String taskName)
The name of the task.
example:task-1
public DescribeSoarStrategyTaskDetailResponseBody.TaskDetail build()
Copyright © 2026. All rights reserved.