All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Message
All Known Subinterfaces:
Pcrep

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

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

 grouping pcrep-message {
   uses message;
   container pcrep-message {
     uses message-header;
     list replies {
       uses rp-object;
       uses vendor-information-objects;
       uses monitoring;
       uses monitoring-metrics;
       choice result {
         case success-case {
           container success {
             list paths {
               uses path-definition;
             }
             uses vendor-information-objects;
           }
         }
         case failure-case {
           container no-path {
             uses no-path-object;
             container tlvs {
               uses vendor-information-tlvs;
               container no-path-vector {
                 uses no-path-vector-tlv;
               }
             }
           }
           uses lsp-attributes;
         }
       }
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return pcrepMessage, or null if it is not present.
    Class<? extends PcrepMessage>
     
    @NonNull PcrepMessage
    Return pcrepMessage, or an empty instance if it is not present.
  • Field Details

    • QNAME

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

    • implementedInterface

      Class<? extends PcrepMessage> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      Specified by:
      implementedInterface in interface Message
    • getPcrepMessage

      PcrepMessage getPcrepMessage()
      Return pcrepMessage, or null if it is not present.
           
               Path Computation Reply Message
           
       
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.PcrepMessage pcrepMessage, or null if it is not present.
    • nonnullPcrepMessage

      @NonNull PcrepMessage nonnullPcrepMessage()
      Return pcrepMessage, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.PcrepMessage pcrepMessage, or an empty instance if it is not present.