Class 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()  
    • 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 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
    • Constructor Detail

      • Version

        public Version()