public static class CrashEventSystemInformation.Builder extends Object
Constructor and Description |
---|
Builder() |
public CrashEventSystemInformation.Builder architecture(ArchTypes architecture)
system architecture
architecture
- the value to setpublic CrashEventSystemInformation.Builder kspliceEffectiveKernelVersion(String kspliceEffectiveKernelVersion)
Active ksplice kernel version (uptrack-uname -r)
kspliceEffectiveKernelVersion
- the value to setpublic CrashEventSystemInformation.Builder osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
osFamily
- the value to setpublic CrashEventSystemInformation.Builder osName(String osName)
Operating System Name (OCA value)
osName
- the value to setpublic CrashEventSystemInformation.Builder osKernelRelease(String osKernelRelease)
Operating System Kernel Release (uname -v)
osKernelRelease
- the value to setpublic CrashEventSystemInformation.Builder osKernelVersion(String osKernelVersion)
Operating System Kernel Version (uname -r)
osKernelVersion
- the value to setpublic CrashEventSystemInformation.Builder osSystemVersion(String osSystemVersion)
Version of the OS (VERSION from /etc/os-release)
osSystemVersion
- the value to setpublic CrashEventSystemInformation build()
public CrashEventSystemInformation.Builder copy(CrashEventSystemInformation model)
Copyright © 2016–2024. All rights reserved.