public static class AlertLogSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AlertLogSummary |
build() |
AlertLogSummary.Builder |
copy(AlertLogSummary model) |
AlertLogSummary.Builder |
fileLocation(String fileLocation)
The alert log file location.
|
AlertLogSummary.Builder |
messageContent(String messageContent)
The contents of the alert log message.
|
AlertLogSummary.Builder |
messageLevel(AlertLogSummary.MessageLevel messageLevel)
The level of the alert log.
|
AlertLogSummary.Builder |
messageType(AlertLogSummary.MessageType messageType)
The type of alert log message.
|
AlertLogSummary.Builder |
supplementalDetail(String supplementalDetail)
The supplemental details of the alert log.
|
AlertLogSummary.Builder |
timestamp(Date timestamp)
The date and time the alert log was created.
|
public AlertLogSummary.Builder messageLevel(AlertLogSummary.MessageLevel messageLevel)
The level of the alert log.
messageLevel
- the value to setpublic AlertLogSummary.Builder messageType(AlertLogSummary.MessageType messageType)
The type of alert log message.
messageType
- the value to setpublic AlertLogSummary.Builder messageContent(String messageContent)
The contents of the alert log message.
messageContent
- the value to setpublic AlertLogSummary.Builder timestamp(Date timestamp)
The date and time the alert log was created.
timestamp
- the value to setpublic AlertLogSummary.Builder supplementalDetail(String supplementalDetail)
The supplemental details of the alert log.
supplementalDetail
- the value to setpublic AlertLogSummary.Builder fileLocation(String fileLocation)
The alert log file location.
fileLocation
- the value to setpublic AlertLogSummary build()
public AlertLogSummary.Builder copy(AlertLogSummary model)
Copyright © 2016–2024. All rights reserved.