Class MonitorFields.ServiceInterfaceInstance

  • Enclosing class:
    MonitorFields

    @StableMinor(version="17.0",
                 sinceVersion="9.0")
    public static final class MonitorFields.ServiceInterfaceInstance
    extends java.lang.Object
    The service interface instance related fields.
    Since:
    9.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 service interface instance field.
      static java.lang.String ID
      Service interface instance identifier field.
      static java.lang.String NAME
      Service interface instance name field.
      static java.lang.String STYLE_FILE
      Service interface instance style file 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 service interface instance field.
        Since:
        11.0.0
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        Service interface instance identifier field.
        Since:
        9.0.0
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Service interface instance name field.
        Since:
        9.0.0
        See Also:
        Constant Field Values
      • STYLE_FILE

        public static final java.lang.String STYLE_FILE
        Service interface instance style file field.
        Since:
        9.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • ServiceInterfaceInstance

        public ServiceInterfaceInstance()