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 model) |
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 model)
Copyright © 2016–2024. All rights reserved.