Interface Update

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Update>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<RouteMonitoringMessage>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PathAttributes, UpdateMessage

    public interface Update
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RouteMonitoringMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<Update>, UpdateMessage

    This class represents the following YANG schema fragment defined in module bmp-message

     container update {
       uses bgp-msg:update-message;
     }
     
    The schema path to identify an instance is bmp-message/route-monitoring-message/update

    To create instances of this class use UpdateBuilder.

    See Also:
    UpdateBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Update> 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 PathAttributes
        Specified by:
        implementedInterface in interface UpdateMessage