Class MonitorFields.Client.UserAgent.Os

  • Enclosing class:
    MonitorFields.Client.UserAgent

    public static final class MonitorFields.Client.UserAgent.Os
    extends java.lang.Object
    The fields related to the operating system information extracted from client user agent.
    Since:
    16.0.0
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MonitorFields.Client.UserAgent.Os.Version
      The fields containing the versions of the operating system, extracted from the client user agent.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FAMILY
      The operating system family field, extracted from the client user agent.
      static java.lang.String FIELD_ID
      Identifier of the os field.
    • Constructor Summary

      Constructors 
      Constructor Description
      Os()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FIELD_ID

        public static final java.lang.String FIELD_ID
        Identifier of the os field.
        Since:
        16.0.0
        See Also:
        Constant Field Values
      • FAMILY

        public static final java.lang.String FAMILY
        The operating system family field, extracted from the client user agent.
        Since:
        16.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • Os

        public Os()