Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp.app.peer.benchmark.rev200120.DeletePrefixOutput
Packages that use DeletePrefixOutput
Package
Description
-
Uses of DeletePrefixOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp.app.peer.benchmark.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp.app.peer.benchmark.rev200120 with type parameters of type DeletePrefixOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<DeletePrefixOutput>>
E$$DeletePrefixOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp.app.peer.benchmark.rev200120 that return DeletePrefixOutputModifier and TypeMethodDescription@NonNull DeletePrefixOutput
DeletePrefixOutputBuilder.build()
A newDeletePrefixOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp.app.peer.benchmark.rev200120 that return types with arguments of type DeletePrefixOutputModifier and TypeMethodDescriptiondefault Class
<DeletePrefixOutput> DeletePrefixOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<DeletePrefixOutput>> DeletePrefix.invoke
(DeletePrefixInput input) Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp.app.peer.benchmark.rev200120 with parameters of type DeletePrefixOutputModifier and TypeMethodDescriptionstatic boolean
DeletePrefixOutput.bindingEquals
(@NonNull DeletePrefixOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
DeletePrefixOutput.bindingHashCode
(@NonNull DeletePrefixOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
DeletePrefixOutput.bindingToString
(@NonNull DeletePrefixOutput obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp.app.peer.benchmark.rev200120 with type arguments of type DeletePrefixOutputModifier and TypeMethodDescriptionDeletePrefixOutputBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<DeletePrefixOutput> augmentation) Add an augmentation to this builder's product.DeletePrefixOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<DeletePrefixOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp.app.peer.benchmark.rev200120 with parameters of type DeletePrefixOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedDeletePrefixOutput
.