Class MonitorFields.Object.ServiceInstance

  • Enclosing class:
    MonitorFields.Object

    public static final class MonitorFields.Object.ServiceInstance
    extends java.lang.Object
    The service instance of object related fields.
    Since:
    11.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 CHANNEL_ID
      Content service instance channel identifier.
      static java.lang.String CHANNEL_PATH
      Content service instance channel path.
      static java.lang.String CHANNEL_PATHS_IDS
      Identifiers of the content service instance path channels.
      static java.lang.String FIELD_ID
      Identifier of the service instance field.
      static java.lang.String ID
      Content service instance identifier.
      static java.lang.String SERVICE_ID
      Content service identifier.
    • Constructor Summary

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

        public static final java.lang.String ID
        Content service instance identifier.
        Since:
        11.0.0
        See Also:
        Constant Field Values
      • SERVICE_ID

        public static final java.lang.String SERVICE_ID
        Content service identifier.
        Since:
        11.0.0
        See Also:
        Constant Field Values
      • CHANNEL_ID

        public static final java.lang.String CHANNEL_ID
        Content service instance channel identifier.
        Since:
        11.0.0
        See Also:
        Constant Field Values
      • CHANNEL_PATH

        public static final java.lang.String CHANNEL_PATH
        Content service instance channel path.
        Since:
        11.0.0
        See Also:
        Constant Field Values
      • CHANNEL_PATHS_IDS

        public static final java.lang.String CHANNEL_PATHS_IDS
        Identifiers of the content service instance path channels.
        Since:
        11.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • ServiceInstance

        public ServiceInstance()