Interface OpenMessage

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<OpenMessage>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<OpenMessage>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MessageHeader, OpenObject

    public interface OpenMessage
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OpenMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<OpenMessage>, MessageHeader, OpenObject
    Open Message

    This class represents the following YANG schema fragment defined in module pcep-types

     container open-message {
       uses message-header;
       uses open-object;
     }
     
    The schema path to identify an instance is pcep-types/open-message/open-message

    To create instances of this class use OpenMessageBuilder.

    See Also:
    OpenMessageBuilder
    • 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<OpenMessage> implementedInterface()
        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 MessageHeader
        Specified by:
        implementedInterface in interface OpenObject