Package lumis.portal.monitor
Class MonitorFields.Client.UserAgent.Os.Version
- java.lang.Object
-
- lumis.portal.monitor.MonitorFields.Client.UserAgent.Os.Version
-
- Enclosing class:
- MonitorFields.Client.UserAgent.Os
public static final class MonitorFields.Client.UserAgent.Os.Version extends java.lang.Object
The fields containing the versions of the operating system, extracted from the client user agent.- Since:
- 16.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FIELD_ID
static java.lang.String
MAJOR
The operating system major version field, extracted from the client user agent.static java.lang.String
MINOR
The operating system minor version field, extracted from the client user agent.
-
Constructor Summary
Constructors Constructor Description Version()
-
-
-
Field Detail
-
FIELD_ID
public static final java.lang.String FIELD_ID
- See Also:
- Constant Field Values
-
MAJOR
public static final java.lang.String MAJOR
The operating system major version field, extracted from the client user agent.- Since:
- 16.0.0
- See Also:
- Constant Field Values
-
MINOR
public static final java.lang.String MINOR
The operating system minor version field, extracted from the client user agent.- Since:
- 16.0.0
- See Also:
- Constant Field Values
-
-