Interface KeepaliveMessage

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

    public interface KeepaliveMessage
    extends org.opendaylight.yangtools.yang.binding.ChildOf<KeepaliveMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<KeepaliveMessage>, MessageHeader
    Keepalive Message

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

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

    To create instances of this class use KeepaliveMessageBuilder.

    See Also:
    KeepaliveMessageBuilder
    • 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<KeepaliveMessage> 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