Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.AddPaths
Packages that use AddPaths
Package
Description
-
Uses of AddPaths in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 that return AddPathsModifier and TypeMethodDescriptionBgpNeighborGroup.getAddPaths()
Return addPaths, ornull
if it is not present.@NonNull AddPaths
BgpNeighborGroup.nonnullAddPaths()
Return addPaths, or an empty instance if it is not present. -
Uses of AddPaths in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with type parameters of type AddPathsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AddPaths>>
E$$AddPathsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group that return AddPathsModifier and TypeMethodDescription@NonNull AddPaths
AddPathsBuilder.build()
A newAddPaths
instance.static @NonNull AddPaths
AddPathsBuilder.empty()
Get empty instance of AddPaths.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group that return types with arguments of type AddPathsMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with parameters of type AddPathsModifier and TypeMethodDescriptionstatic boolean
AddPaths.bindingEquals
(@NonNull AddPaths thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
AddPaths.bindingHashCode
(@NonNull AddPaths obj) Default implementation ofObject.hashCode()
contract for this interface.static String
AddPaths.bindingToString
(@NonNull AddPaths obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with type arguments of type AddPathsModifier and TypeMethodDescriptionAddPathsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<AddPaths> augmentation) Add an augmentation to this builder's product.AddPathsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AddPaths>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with parameters of type AddPathsModifierConstructorDescriptionAddPathsBuilder
(AddPaths base) Construct a builder initialized with state from specifiedAddPaths
. -
Uses of AddPaths in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors that return AddPathsModifier and TypeMethodDescriptionNeighborBuilder.getAddPaths()
Return current value associated with the property corresponding toBgpNeighborGroup.getAddPaths()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors with parameters of type AddPathsModifier and TypeMethodDescriptionNeighborBuilder.setAddPaths
(AddPaths value) Set the property corresponding toBgpNeighborGroup.getAddPaths()
to the specified value. -
Uses of AddPaths in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group that return AddPathsModifier and TypeMethodDescriptionPeerGroupBuilder.getAddPaths()
Return current value associated with the property corresponding toBgpNeighborGroup.getAddPaths()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group with parameters of type AddPathsModifier and TypeMethodDescriptionPeerGroupBuilder.setAddPaths
(AddPaths value) Set the property corresponding toBgpNeighborGroup.getAddPaths()
to the specified value.