public static class KernelVmCoreInformation.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
KernelVmCoreInformation.Builder |
backtrace(String backtrace)
Crash backtrace.
|
KernelVmCoreInformation |
build() |
KernelVmCoreInformation.Builder |
component(String component)
Kernel module responsible of the crash.
|
KernelVmCoreInformation.Builder |
copy(KernelVmCoreInformation o) |
public KernelVmCoreInformation.Builder component(String component)
Kernel module responsible of the crash.
component - the value to setpublic KernelVmCoreInformation.Builder backtrace(String backtrace)
Crash backtrace.
backtrace - the value to setpublic KernelVmCoreInformation build()
public KernelVmCoreInformation.Builder copy(KernelVmCoreInformation o)
Copyright © 2016–2022. All rights reserved.