Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.as.path.sets.AsPathSetKey
Packages that use AsPathSetKey
Package
Description
-
Uses of AsPathSetKey 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 AsPathSetKeyModifier 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 AsPathSetKeyModifier and TypeMethodDescriptionAsPathSetsBuilder.setAsPathSet
(Map<AsPathSetKey, AsPathSet> values) Set the property corresponding toAsPathSets.getAsPathSet()
to the specified value. -
Uses of AsPathSetKey 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 that return AsPathSetKeyModifier and TypeMethodDescriptionAsPathSet.key()
AsPathSetBuilder.key()
Return current value associated with the property corresponding toAsPathSet.key()
.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 parameters of type AsPathSetKeyModifier and TypeMethodDescriptionAsPathSetBuilder.withKey
(AsPathSetKey key) Set the key value corresponding toAsPathSet.key()
to the specified value.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 AsPathSetKeyModifierConstructorDescriptionAsPathSetKey
(AsPathSetKey source) Creates a copy from Source Object.