Class 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FIELD_ID  
      static java.lang.String MAJOR
      The browser major version field, extracted from the client user agent.
      static java.lang.String MINOR
      The browser minor version field, extracted from the client user agent.
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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
    • Constructor Detail

      • Version

        public Version()