public static class AttentionLogSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AttentionLogSummary.Builder |
action(String action)
The recommended action to handle the attention log.
|
AttentionLogSummary |
build() |
AttentionLogSummary.Builder |
cause(String cause)
The cause of the attention log.
|
AttentionLogSummary.Builder |
copy(AttentionLogSummary model) |
AttentionLogSummary.Builder |
fileLocation(String fileLocation)
The attention log file location.
|
AttentionLogSummary.Builder |
messageContent(String messageContent)
The contents of the attention log message.
|
AttentionLogSummary.Builder |
messageType(AttentionLogSummary.MessageType messageType)
The type of attention log message.
|
AttentionLogSummary.Builder |
messageUrgency(AttentionLogSummary.MessageUrgency messageUrgency)
The urgency of the attention log.
|
AttentionLogSummary.Builder |
scope(String scope)
The database scope for the attention log.
|
AttentionLogSummary.Builder |
supplementalDetail(String supplementalDetail)
The supplemental details of the attention log.
|
AttentionLogSummary.Builder |
targetUser(String targetUser)
The user who must act on the attention log message.
|
AttentionLogSummary.Builder |
timestamp(Date timestamp)
The date and time the attention log was created.
|
public AttentionLogSummary.Builder messageUrgency(AttentionLogSummary.MessageUrgency messageUrgency)
The urgency of the attention log.
messageUrgency
- the value to setpublic AttentionLogSummary.Builder messageType(AttentionLogSummary.MessageType messageType)
The type of attention log message.
messageType
- the value to setpublic AttentionLogSummary.Builder messageContent(String messageContent)
The contents of the attention log message.
messageContent
- the value to setpublic AttentionLogSummary.Builder timestamp(Date timestamp)
The date and time the attention log was created.
timestamp
- the value to setpublic AttentionLogSummary.Builder scope(String scope)
The database scope for the attention log.
scope
- the value to setpublic AttentionLogSummary.Builder targetUser(String targetUser)
The user who must act on the attention log message.
targetUser
- the value to setpublic AttentionLogSummary.Builder cause(String cause)
The cause of the attention log.
cause
- the value to setpublic AttentionLogSummary.Builder action(String action)
The recommended action to handle the attention log.
action
- the value to setpublic AttentionLogSummary.Builder supplementalDetail(String supplementalDetail)
The supplemental details of the attention log.
supplementalDetail
- the value to setpublic AttentionLogSummary.Builder fileLocation(String fileLocation)
The attention log file location.
fileLocation
- the value to setpublic AttentionLogSummary build()
public AttentionLogSummary.Builder copy(AttentionLogSummary model)
Copyright © 2016–2024. All rights reserved.