Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.update.message.WithdrawnRoutes
Package
Description
-
Uses of WithdrawnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120
Modifier and TypeMethodDescriptionUpdateBuilder.getWithdrawnRoutes()
Return current value associated with the property corresponding toUpdateMessage.getWithdrawnRoutes()
.@Nullable List<WithdrawnRoutes>
UpdateMessage.getWithdrawnRoutes()
Return withdrawnRoutes, ornull
if it is not present.default @NonNull List<WithdrawnRoutes>
UpdateMessage.nonnullWithdrawnRoutes()
Return withdrawnRoutes, or an empty list if it is not present.Modifier and TypeMethodDescriptionUpdateBuilder.setWithdrawnRoutes
(List<WithdrawnRoutes> values) Set the property corresponding toUpdateMessage.getWithdrawnRoutes()
to the specified value. -
Uses of WithdrawnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.update.message
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<WithdrawnRoutes>>
E$$WithdrawnRoutesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull WithdrawnRoutes
WithdrawnRoutesBuilder.build()
A newWithdrawnRoutes
instance.Modifier and TypeMethodDescriptiondefault Class<WithdrawnRoutes>
WithdrawnRoutes.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
WithdrawnRoutes.bindingEquals
(@NonNull WithdrawnRoutes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
WithdrawnRoutes.bindingHashCode
(@NonNull WithdrawnRoutes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
WithdrawnRoutes.bindingToString
(@NonNull WithdrawnRoutes obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionWithdrawnRoutesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<WithdrawnRoutes> augmentation) Add an augmentation to this builder's product.WithdrawnRoutesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<WithdrawnRoutes>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedWithdrawnRoutes
. -
Uses of WithdrawnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs
Modifier and TypeMethodDescriptionPduUpdateTlvBuilder.getWithdrawnRoutes()
Return current value associated with the property corresponding toUpdateMessage.getWithdrawnRoutes()
.Modifier and TypeMethodDescriptionPduUpdateTlvBuilder.setWithdrawnRoutes
(List<WithdrawnRoutes> values) Set the property corresponding toUpdateMessage.getWithdrawnRoutes()
to the specified value. -
Uses of WithdrawnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.route.monitoring.message
Modifier and TypeMethodDescriptionUpdateBuilder.getWithdrawnRoutes()
Return current value associated with the property corresponding toUpdateMessage.getWithdrawnRoutes()
.Modifier and TypeMethodDescriptionUpdateBuilder.setWithdrawnRoutes
(List<WithdrawnRoutes> values) Set the property corresponding toUpdateMessage.getWithdrawnRoutes()
to the specified value.