public static final class GetAttackEventDashboardResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAttackEventDashboardResponseBody.Data.Builder |
attackAllCount(Integer attackAllCount)
Number of attacks.
|
GetAttackEventDashboardResponseBody.Data.Builder |
attackInstanceTopCount(List<GetAttackEventDashboardResponseBody.AttackInstanceTopCount> attackInstanceTopCount)
List of attack counts by attacked asset.
|
GetAttackEventDashboardResponseBody.Data.Builder |
attackTypeTopCount(List<GetAttackEventDashboardResponseBody.AttackTypeTopCount> attackTypeTopCount)
List of attack counts by attack type.
|
GetAttackEventDashboardResponseBody.Data |
build() |
GetAttackEventDashboardResponseBody.Data.Builder |
latestTimeHourCount(List<GetAttackEventDashboardResponseBody.LatestTimeHourCount> latestTimeHourCount)
List of attack counts by hour.
|
GetAttackEventDashboardResponseBody.Data.Builder |
srcIpTopCount(List<GetAttackEventDashboardResponseBody.SrcIpTopCount> srcIpTopCount)
List of attack counts by source IP.
|
public GetAttackEventDashboardResponseBody.Data.Builder attackAllCount(Integer attackAllCount)
Number of attacks.
example:18
public GetAttackEventDashboardResponseBody.Data.Builder attackInstanceTopCount(List<GetAttackEventDashboardResponseBody.AttackInstanceTopCount> attackInstanceTopCount)
List of attack counts by attacked asset.
public GetAttackEventDashboardResponseBody.Data.Builder attackTypeTopCount(List<GetAttackEventDashboardResponseBody.AttackTypeTopCount> attackTypeTopCount)
List of attack counts by attack type.
public GetAttackEventDashboardResponseBody.Data.Builder latestTimeHourCount(List<GetAttackEventDashboardResponseBody.LatestTimeHourCount> latestTimeHourCount)
List of attack counts by hour.
public GetAttackEventDashboardResponseBody.Data.Builder srcIpTopCount(List<GetAttackEventDashboardResponseBody.SrcIpTopCount> srcIpTopCount)
List of attack counts by source IP.
public GetAttackEventDashboardResponseBody.Data build()
Copyright © 2026. All rights reserved.