Class MonitorFields.ServiceInstance.Channel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FIELD_ID
      Identifier of the service instance's channel field.
      static java.lang.String ID
      Channel identifier field.
      static java.lang.String PATH
      Channel path field.
      static java.lang.String PATH_IDS
      Channel path identifiers field.
    • Constructor Summary

      Constructors 
      Constructor Description
      Channel()  
    • 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's channel field.
        Since:
        11.0.0
        See Also:
        Constant Field Values
      • PATH

        public static final java.lang.String PATH
        Channel path field.
        Since:
        9.0.0
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        Channel identifier field.
        Since:
        9.0.0
        See Also:
        Constant Field Values
      • PATH_IDS

        public static final java.lang.String PATH_IDS
        Channel path identifiers field.
        Since:
        9.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • Channel

        public Channel()