public static final class GetAttackPathEventStatisticsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAttackPathEventStatisticsResponseBody |
build() |
GetAttackPathEventStatisticsResponseBody.Builder |
requestId(String requestId)
The ID of this call request, a unique identifier generated by Alibaba Cloud for the request, which can be used to troubleshoot and locate issues.
|
GetAttackPathEventStatisticsResponseBody.Builder |
seriousPathRiskNum(Long seriousPathRiskNum)
Number of attack paths that require urgent handling.
|
GetAttackPathEventStatisticsResponseBody.Builder |
totalAssetRiskNum(Long totalAssetRiskNum)
Number of risky assets.
|
GetAttackPathEventStatisticsResponseBody.Builder |
totalPathRiskNum(Long totalPathRiskNum)
Number of risk paths.
|
public GetAttackPathEventStatisticsResponseBody.Builder requestId(String requestId)
The ID of this call request, a unique identifier generated by Alibaba Cloud for the request, which can be used to troubleshoot and locate issues.
example:89AD16CC-97EE-50F3-9B12-9E28E5C8****
public GetAttackPathEventStatisticsResponseBody.Builder seriousPathRiskNum(Long seriousPathRiskNum)
Number of attack paths that require urgent handling.
example:1
public GetAttackPathEventStatisticsResponseBody.Builder totalAssetRiskNum(Long totalAssetRiskNum)
Number of risky assets.
example:5
public GetAttackPathEventStatisticsResponseBody.Builder totalPathRiskNum(Long totalPathRiskNum)
Number of risk paths.
example:10
public GetAttackPathEventStatisticsResponseBody build()
Copyright © 2026. All rights reserved.