Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.bgp.neighbor.grouping.match.bgp.neighbor.set.ToNeighbor
Packages that use ToNeighbor
Package
Description
-
Uses of ToNeighbor in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.bgp.neighbor.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.bgp.neighbor.grouping that return ToNeighborModifier and TypeMethodDescriptionMatchBgpNeighborSet.getToNeighbor()
Return toNeighbor, ornull
if it is not present.MatchBgpNeighborSetBuilder.getToNeighbor()
Return current value associated with the property corresponding toMatchBgpNeighborSet.getToNeighbor()
.@NonNull ToNeighbor
MatchBgpNeighborSet.nonnullToNeighbor()
Return toNeighbor, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.bgp.neighbor.grouping with parameters of type ToNeighborModifier and TypeMethodDescriptionMatchBgpNeighborSetBuilder.setToNeighbor
(ToNeighbor value) Set the property corresponding toMatchBgpNeighborSet.getToNeighbor()
to the specified value. -
Uses of ToNeighbor in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.bgp.neighbor.grouping.match.bgp.neighbor.set
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.bgp.neighbor.grouping.match.bgp.neighbor.set with type parameters of type ToNeighborModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ToNeighbor>>
E$$ToNeighborBuilder.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._default.policy.rev200120.match.bgp.neighbor.grouping.match.bgp.neighbor.set that return ToNeighborModifier and TypeMethodDescription@NonNull ToNeighbor
ToNeighborBuilder.build()
A newToNeighbor
instance.static @NonNull ToNeighbor
ToNeighborBuilder.empty()
Get empty instance of ToNeighbor.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.bgp.neighbor.grouping.match.bgp.neighbor.set that return types with arguments of type ToNeighborMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.bgp.neighbor.grouping.match.bgp.neighbor.set with parameters of type ToNeighborModifier and TypeMethodDescriptionstatic boolean
ToNeighbor.bindingEquals
(@NonNull ToNeighbor thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ToNeighbor.bindingHashCode
(@NonNull ToNeighbor obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ToNeighbor.bindingToString
(@NonNull ToNeighbor 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._default.policy.rev200120.match.bgp.neighbor.grouping.match.bgp.neighbor.set with type arguments of type ToNeighborModifier and TypeMethodDescriptionToNeighborBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ToNeighbor> augmentation) Add an augmentation to this builder's product.ToNeighborBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ToNeighbor>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.bgp.neighbor.grouping.match.bgp.neighbor.set with parameters of type ToNeighborModifierConstructorDescriptionToNeighborBuilder
(ToNeighbor base) Construct a builder initialized with state from specifiedToNeighbor
.