public static class KernelEventData.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
KernelEventData.Builder |
additionalDetails(KernelEventAdditionalDetails additionalDetails) |
KernelEventData |
build() |
KernelEventData.Builder |
content(KernelEventContent content) |
KernelEventData.Builder |
copy(KernelEventData model) |
KernelEventData.Builder |
count(Integer count)
Number of times the event has occurred.
|
KernelEventData.Builder |
eventFingerprint(String eventFingerprint)
Fingerprint of the event.
|
KernelEventData.Builder |
reason(String reason)
Reason for the event.
|
KernelEventData.Builder |
timeFirstOccurred(Date timeFirstOccurred)
The date and time that the event first occurred.
|
public KernelEventData.Builder content(KernelEventContent content)
public KernelEventData.Builder count(Integer count)
Number of times the event has occurred.
count
- the value to setpublic KernelEventData.Builder eventFingerprint(String eventFingerprint)
Fingerprint of the event.
eventFingerprint
- the value to setpublic KernelEventData.Builder reason(String reason)
Reason for the event.
reason
- the value to setpublic KernelEventData.Builder timeFirstOccurred(Date timeFirstOccurred)
The date and time that the event first occurred.
timeFirstOccurred
- the value to setpublic KernelEventData.Builder additionalDetails(KernelEventAdditionalDetails additionalDetails)
public KernelEventData build()
public KernelEventData.Builder copy(KernelEventData model)
Copyright © 2016–2024. All rights reserved.