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.FromNeighbor
Packages that use FromNeighbor
Package
Description
-
Uses of FromNeighbor 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 FromNeighborModifier and TypeMethodDescriptionMatchBgpNeighborSet.getFromNeighbor()
Return fromNeighbor, ornull
if it is not present.MatchBgpNeighborSetBuilder.getFromNeighbor()
Return current value associated with the property corresponding toMatchBgpNeighborSet.getFromNeighbor()
.@NonNull FromNeighbor
MatchBgpNeighborSet.nonnullFromNeighbor()
Return fromNeighbor, 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 FromNeighborModifier and TypeMethodDescriptionMatchBgpNeighborSetBuilder.setFromNeighbor
(FromNeighbor value) Set the property corresponding toMatchBgpNeighborSet.getFromNeighbor()
to the specified value. -
Uses of FromNeighbor 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 FromNeighborModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<FromNeighbor>>
E$$FromNeighborBuilder.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 FromNeighborModifier and TypeMethodDescription@NonNull FromNeighbor
FromNeighborBuilder.build()
A newFromNeighbor
instance.static @NonNull FromNeighbor
FromNeighborBuilder.empty()
Get empty instance of FromNeighbor.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 FromNeighborModifier and TypeMethodDescriptiondefault Class<FromNeighbor>
FromNeighbor.implementedInterface()
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 parameters of type FromNeighborModifier and TypeMethodDescriptionstatic boolean
FromNeighbor.bindingEquals
(@NonNull FromNeighbor thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
FromNeighbor.bindingHashCode
(@NonNull FromNeighbor obj) Default implementation ofObject.hashCode()
contract for this interface.static String
FromNeighbor.bindingToString
(@NonNull FromNeighbor 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 FromNeighborModifier and TypeMethodDescriptionFromNeighborBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<FromNeighbor> augmentation) Add an augmentation to this builder's product.FromNeighborBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FromNeighbor>> 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 FromNeighborModifierConstructorDescriptionConstruct a builder initialized with state from specifiedFromNeighbor
.