All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping, Message
All Known Subinterfaces:
Pcinitiate

@Generated("mdsal-binding-generator") public interface PcinitiateMessage extends org.opendaylight.yangtools.binding.Grouping, Message

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

 grouping pcinitiate-message {
   uses pcep:message;
   container pcinitiate-message {
     uses pcep:message-header;
     list requests {
       uses stateful:srp-object;
       uses stateful:lsp-object;
       uses pcep:endpoints-object;
       uses pcep:explicit-route-object;
       uses pcep:association-object;
       uses pcep:lsp-attributes;
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return pcinitiateMessage, or null if it is not present.
    Return pcinitiateMessage, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getPcinitiateMessage

      PcinitiateMessage getPcinitiateMessage()
      Return pcinitiateMessage, or null if it is not present.
           
               LSP Initiate Message
           
       
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message.PcinitiateMessage pcinitiateMessage, or null if it is not present.
    • nonnullPcinitiateMessage

      @NonNull PcinitiateMessage nonnullPcinitiateMessage()
      Return pcinitiateMessage, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message.PcinitiateMessage pcinitiateMessage, or an empty instance if it is not present.