Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.as.path.sets.AsPathSet
Packages that use AsPathSet
Package
Description
-
Uses of AsPathSet in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets that return types with arguments of type AsPathSetModifier and TypeMethodDescription@Nullable Map<AsPathSetKey,
AsPathSet> AsPathSets.getAsPathSet()
Return asPathSet, ornull
if it is not present.AsPathSetsBuilder.getAsPathSet()
Return current value associated with the property corresponding toAsPathSets.getAsPathSet()
.default @NonNull Map<AsPathSetKey,
AsPathSet> AsPathSets.nonnullAsPathSet()
Return asPathSet, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets with type arguments of type AsPathSetModifier and TypeMethodDescriptionAsPathSetsBuilder.setAsPathSet
(Map<AsPathSetKey, AsPathSet> values) Set the property corresponding toAsPathSets.getAsPathSet()
to the specified value. -
Uses of AsPathSet in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.as.path.sets
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.as.path.sets with type parameters of type AsPathSetModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AsPathSet>>
E$$AsPathSetBuilder.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.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.as.path.sets that return AsPathSetModifier and TypeMethodDescription@NonNull AsPathSet
AsPathSetBuilder.build()
A newAsPathSet
instance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.as.path.sets that return types with arguments of type AsPathSetMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.as.path.sets with parameters of type AsPathSetModifier and TypeMethodDescriptionstatic boolean
AsPathSet.bindingEquals
(@NonNull AsPathSet thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
AsPathSet.bindingHashCode
(@NonNull AsPathSet obj) Default implementation ofObject.hashCode()
contract for this interface.static String
AsPathSet.bindingToString
(@NonNull AsPathSet obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.as.path.sets with type arguments of type AsPathSetModifier and TypeMethodDescriptionAsPathSetBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<AsPathSet> augmentation) Add an augmentation to this builder's product.AsPathSetBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AsPathSet>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.as.path.sets with parameters of type AsPathSetModifierConstructorDescriptionAsPathSetBuilder
(AsPathSet base) Construct a builder initialized with state from specifiedAsPathSet
.