@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public final class CrashEventSystemInformation extends Object
Detailed information about system at the time of the crash.
Note: Objects should always be created or deserialized using the CrashEventSystemInformation.Builder. This model distinguishes fields
that are null because they are unset from fields that are explicitly set to null. This is done in
the setter methods of the CrashEventSystemInformation.Builder, which maintain a set of all explicitly set fields called
__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take
__explicitlySet__ into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null from unset null).
| Modifier and Type | Class and Description |
|---|---|
static class |
CrashEventSystemInformation.Builder |
| Constructor and Description |
|---|
CrashEventSystemInformation(ArchTypes architecture,
String kspliceEffectiveKernelVersion,
OsFamilies osFamily,
String osName,
String osKernelRelease,
String osKernelVersion,
String osSystemVersion)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CrashEventSystemInformation.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
ArchTypes |
getArchitecture() |
String |
getKspliceEffectiveKernelVersion() |
OsFamilies |
getOsFamily() |
String |
getOsKernelRelease() |
String |
getOsKernelVersion() |
String |
getOsName() |
String |
getOsSystemVersion() |
int |
hashCode() |
CrashEventSystemInformation.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"architecture","kspliceEffectiveKernelVersion","osFamily","osName","osKernelRelease","osKernelVersion","osSystemVersion"}) public CrashEventSystemInformation(ArchTypes architecture, String kspliceEffectiveKernelVersion, OsFamilies osFamily, String osName, String osKernelRelease, String osKernelVersion, String osSystemVersion)
public static CrashEventSystemInformation.Builder builder()
Create a new builder.
public CrashEventSystemInformation.Builder toBuilder()
public ArchTypes getArchitecture()
public String getKspliceEffectiveKernelVersion()
public OsFamilies getOsFamily()
public String getOsName()
public String getOsKernelRelease()
public String getOsKernelVersion()
public String getOsSystemVersion()
Copyright © 2016–2022. All rights reserved.