Package io.sentry.protocol
Class OperatingSystem.JsonKeys
- java.lang.Object
-
- io.sentry.protocol.OperatingSystem.JsonKeys
-
- Enclosing class:
- OperatingSystem
public static final class OperatingSystem.JsonKeys extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBUILDstatic java.lang.StringKERNEL_VERSIONstatic java.lang.StringNAMEstatic java.lang.StringRAW_DESCRIPTIONstatic java.lang.StringROOTEDstatic java.lang.StringVERSION
-
Constructor Summary
Constructors Constructor Description JsonKeys()
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
-
RAW_DESCRIPTION
public static final java.lang.String RAW_DESCRIPTION
- See Also:
- Constant Field Values
-
BUILD
public static final java.lang.String BUILD
- See Also:
- Constant Field Values
-
KERNEL_VERSION
public static final java.lang.String KERNEL_VERSION
- See Also:
- Constant Field Values
-
ROOTED
public static final java.lang.String ROOTED
- See Also:
- Constant Field Values
-
-