Package lumis.portal.monitor
Class MonitorFields.Client.UserAgent.Browser.Version
- java.lang.Object
-
- lumis.portal.monitor.MonitorFields.Client.UserAgent.Browser.Version
-
- Enclosing class:
- MonitorFields.Client.UserAgent.Browser
public static final class MonitorFields.Client.UserAgent.Browser.Version extends java.lang.Object
The fields containing the versions of the browser, extracted from the client user agent.- Since:
- 16.0.0
-
-
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 browser 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 browser minor version field, extracted from the client user agent.- Since:
- 16.0.0
- See Also:
- Constant Field Values
-
-