Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets.CommunitySetKey
Package
Description
-
Uses of CommunitySetKey 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
<CommunitySetKey, CommunitySet> CommunitySets.getCommunitySet()
Return communitySet, ornull
if it is not present.CommunitySetsBuilder.getCommunitySet()
Return current value associated with the property corresponding toCommunitySets.getCommunitySet()
.default @NonNull Map
<CommunitySetKey, CommunitySet> CommunitySets.nonnullCommunitySet()
Return communitySet, or an empty list if it is not present.Modifier and TypeMethodDescriptionCommunitySetsBuilder.setCommunitySet
(Map<CommunitySetKey, CommunitySet> values) Set the property corresponding toCommunitySets.getCommunitySet()
to the specified value. -
Uses of CommunitySetKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets
Modifier and TypeMethodDescriptionCommunitySet.key()
CommunitySetBuilder.key()
Return current value associated with the property corresponding toCommunitySet.key()
.Modifier and TypeMethodDescriptionCommunitySetBuilder.withKey
(CommunitySetKey key) Set the key value corresponding toCommunitySet.key()
to the specified value.ModifierConstructorDescriptionCommunitySetKey
(CommunitySetKey source) Creates a copy from Source Object.