| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract DebugInfo |
build()
Builds the DebugInfo instance.
|
abstract DebugInfo.Builder |
setDetail(String detail)
Sets the additional debugging information.
|
abstract DebugInfo.Builder |
setStackEntries(List<String> stackEntries)
Sets the stack trace entries.
|
public abstract DebugInfo.Builder setStackEntries(List<String> stackEntries)
stackEntries - the stack trace entriespublic abstract DebugInfo.Builder setDetail(String detail)
detail - additional debugging informationpublic abstract DebugInfo build()
Copyright © 2026. All rights reserved.