Class MonitorFields.Client.UserAgent.Device

  • Enclosing class:
    MonitorFields.Client.UserAgent

    public static final class MonitorFields.Client.UserAgent.Device
    extends java.lang.Object
    The fields related to the device information extracted from client user agent.
    Since:
    16.0.0
    • Field Summary

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

      Constructors 
      Constructor Description
      Device()  
    • 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 device field.
        Since:
        16.0.0
        See Also:
        Constant Field Values
      • FAMILY

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

      • Device

        public Device()