Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.route.monitoring.message.Update
Package
Description
-
Uses of Update in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120
Modifier and TypeMethodDescriptionRouteMonitoringMessage.getUpdate()
Return update, ornull
if it is not present.RouteMonitoringMessageBuilder.getUpdate()
Return current value associated with the property corresponding toRouteMonitoringMessage.getUpdate()
.@NonNull Update
RouteMonitoringMessage.nonnullUpdate()
Return update, or an empty instance if it is not present.Modifier and TypeMethodDescriptionSet the property corresponding toRouteMonitoringMessage.getUpdate()
to the specified value. -
Uses of Update in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.route.monitoring.message
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Update>>
E$$UpdateBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Update
UpdateBuilder.build()
A newUpdate
instance.static @NonNull Update
UpdateBuilder.empty()
Get empty instance of Update.Modifier and TypeMethodDescriptionstatic boolean
Update.bindingEquals
(@NonNull Update thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Update.bindingHashCode
(@NonNull Update obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Update.bindingToString
(@NonNull Update obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionUpdateBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Update> augmentation) Add an augmentation to this builder's product.UpdateBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Update>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionUpdateBuilder
(Update base) Construct a builder initialized with state from specifiedUpdate
.