Interface Message

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Message>, org.opendaylight.yangtools.yang.binding.BindingObject, BundleInnerMessageGrouping, org.opendaylight.yangtools.yang.binding.ChildOf<Messages>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef

    public interface Message
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Messages>, org.opendaylight.yangtools.yang.binding.Augmentable<Message>, BundleInnerMessageGrouping

    This class represents the following YANG schema fragment defined in module sal-bundle

     list message {
       uses bundle-inner-message-grouping;
     }
     
    The schema path to identify an instance is sal-bundle/add-bundle-messages/input/messages/message

    To create instances of this class use MessageBuilder.

    See Also:
    MessageBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Message> implementedInterface()
        Specified by:
        implementedInterface in interface BundleInnerMessageGrouping
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef