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
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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionAsPathSet.key()
AsPathSetBuilder.key()
Return current value associated with the property corresponding toAsPathSet.key()
.Modifier and TypeMethodDescriptionAsPathSetBuilder.withKey
(AsPathSetKey key) Set the key value corresponding toAsPathSet.key()
to the specified value.ModifierConstructorDescriptionAsPathSetKey
(AsPathSetKey source) Creates a copy from Source Object.