Class MonitorFields.UserSegmentation

  • Enclosing class:
    MonitorFields

    public static final class MonitorFields.UserSegmentation
    extends java.lang.Object
    User segmentation-related fields.
    Since:
    12.0.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FIELD_ID
      Identifier of the user segmentation field.
      static java.lang.String ID
      User segmentation identifier field.
      static java.lang.String NAME
      User segmentation name field.
    • 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 user segmentation field.
        Since:
        12.0.0
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        User segmentation identifier field.
        Since:
        12.0.0
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        User segmentation name field.
        Since:
        12.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • UserSegmentation

        public UserSegmentation()