Class MonitorFields.Doui.Rest

  • Enclosing class:
    MonitorFields.Doui

    public static final class MonitorFields.Doui.Rest
    extends java.lang.Object
    The doui's rest related fields
    Since:
    14.2.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 Rest field.
      static java.lang.String INTERFACE_ID
      Rest interface identifier field.
    • Constructor Summary

      Constructors 
      Constructor Description
      Rest()  
    • 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 Rest field.
        Since:
        14.2.0
        See Also:
        Constant Field Values
      • INTERFACE_ID

        public static final java.lang.String INTERFACE_ID
        Rest interface identifier field.
        Since:
        14.2.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • Rest

        public Rest()