Interface Updates

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Updates>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PcupdMessage>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LspObject, SrpObject

    public interface Updates
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PcupdMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<Updates>, SrpObject, LspObject

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

     list updates {
       uses srp-object;
       uses lsp-object;
       container path {
         uses pcep:path-definition;
       }
     }
     
    The schema path to identify an instance is odl-pcep-ietf-stateful07/pcupd-message/pcupd-message/updates

    To create instances of this class use UpdatesBuilder.

    See Also:
    UpdatesBuilder
    • 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<Updates> 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 LspObject
        Specified by:
        implementedInterface in interface SrpObject
      • getPath

        @Nullable Path getPath()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev181109.pcupd.message.pcupd.message.updates.Path path, or null if not present