Class MonitorFields.Page

  • Enclosing class:
    MonitorFields

    @StableMinor(version="16.0",
                 sinceVersion="9.0")
    public static final class MonitorFields.Page
    extends java.lang.Object
    The page related fields.
    Since:
    9.0.0
    Version:
    $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MonitorFields.Page.Channel
      The page's channel related fields.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FIELD_ID
      Identifier of the page field.
      static java.lang.String ID
      Page identifier field.
      static java.lang.String NAME
      Page name field.
    • Constructor Summary

      Constructors 
      Constructor Description
      Page()  
    • 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 page field.
        Since:
        11.0.0
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Page name field.
        Since:
        9.0.0
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        Page identifier field.
        Since:
        9.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • Page

        public Page()