Interface PcupdMessage

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Message
    All Known Subinterfaces:
    Pcupd

    @Generated("mdsal-binding-generator")
    public interface PcupdMessage
    extends org.opendaylight.yangtools.yang.binding.DataObject, Message

    This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful

     grouping pcupd-message {
       uses pcep:message;
       container pcupd-message {
         uses pcep:message-header;
         list updates {
           uses srp-object;
           uses lsp-object;
           container path {
             uses pcep:path-definition;
           }
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends PcupdMessage> 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 Message
      • getPcupdMessage

        PcupdMessage getPcupdMessage()
        Return pcupdMessage, or null if it is not present.
             
                 State Update Request Message
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcupd.message.PcupdMessage pcupdMessage, or null if it is not present.