Interface Messages

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Messages>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<AddBundleMessagesInput>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

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

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

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

    To create instances of this class use MessagesBuilder.

    See Also:
    MessagesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Messages> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getMessage

        @Nullable List<Message> getMessage()
        Returns:
        java.util.List message, or null if not present
      • nonnullMessage

        default @NonNull List<Message> nonnullMessage()
        Returns:
        java.util.List message, or an empty list if it is not present