Class DiagnosticsIssue.DiagnosticsIssueBuilder
java.lang.Object
growthbook.sdk.java.diagnostics.model.DiagnosticsIssue.DiagnosticsIssueBuilder
- Enclosing class:
- DiagnosticsIssue
-
Method Summary
Modifier and TypeMethodDescriptionbuild()code(DiagnosticsIssueCode code) Stable machine-readable issue code.Human-readable issue summary.severity(DiagnosticsIssueSeverity severity) Issue severity for support and alerting flows.timestampMillis(long timestampMillis) Epoch-millis timestamp when the diagnostics snapshot was generated.toString()
-
Method Details
-
code
Stable machine-readable issue code.- Returns:
this.
-
severity
Issue severity for support and alerting flows.- Returns:
this.
-
message
Human-readable issue summary.- Returns:
this.
-
timestampMillis
Epoch-millis timestamp when the diagnostics snapshot was generated.- Returns:
this.
-
build
-
toString
-