public static class AlertLogCountSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AlertLogCountSummary |
build() |
AlertLogCountSummary.Builder |
category(AlertLogCountSummary.Category category)
The category of different alert logs.
|
AlertLogCountSummary.Builder |
copy(AlertLogCountSummary model) |
AlertLogCountSummary.Builder |
count(Integer count)
The count of alert logs with specific category.
|
public AlertLogCountSummary.Builder category(AlertLogCountSummary.Category category)
The category of different alert logs.
category
- the value to setpublic AlertLogCountSummary.Builder count(Integer count)
The count of alert logs with specific category.
count
- the value to setpublic AlertLogCountSummary build()
public AlertLogCountSummary.Builder copy(AlertLogCountSummary model)
Copyright © 2016–2024. All rights reserved.