public static final class QueryAttackCountResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryAttackCountResponseBody.Data |
build() |
QueryAttackCountResponseBody.Data.Builder |
eventCount(Integer eventCount)
The number of times that the alert is triggered.
|
QueryAttackCountResponseBody.Data.Builder |
tacticId(String tacticId)
The stage ID of the ATT&CK attack.
|
QueryAttackCountResponseBody.Data.Builder |
tacticType(String tacticType)
The type of stage of the ATT&CK attack.
|
public QueryAttackCountResponseBody.Data.Builder eventCount(Integer eventCount)
The number of times that the alert is triggered.
example:28
public QueryAttackCountResponseBody.Data.Builder tacticId(String tacticId)
The stage ID of the ATT&CK attack.
example:TA0043
public QueryAttackCountResponseBody.Data.Builder tacticType(String tacticType)
The type of stage of the ATT&CK attack.
example:Data collection
public QueryAttackCountResponseBody.Data build()
Copyright © 2026. All rights reserved.