Class ErrorEventData.ErrorEventDataBuilder
java.lang.Object
ch.admin.bit.jeap.errorhandling.infrastructure.persistence.ErrorEventData.ErrorEventDataBuilder
- Enclosing class:
ErrorEventData
-
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String description) stackTrace(String stackTrace) stackTraceHash(String stackTraceHash) temporality(@NonNull ErrorEventData.Temporality temporality) toString()
-
Method Details
-
code
- Returns:
this.
-
temporality
public ErrorEventData.ErrorEventDataBuilder temporality(@NonNull @NonNull ErrorEventData.Temporality temporality) - Returns:
this.
-
message
- Returns:
this.
-
description
- Returns:
this.
-
stackTrace
- Returns:
this.
-
stackTraceHash
- Returns:
this.
-
build
-
toString
-