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
Packages that use 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
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 CommunitySetKeyModifier 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.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 CommunitySetKeyModifier 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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets that return CommunitySetKeyModifier and TypeMethodDescriptionCommunitySet.key()
CommunitySetBuilder.key()
Return current value associated with the property corresponding toCommunitySet.key()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets with parameters of type CommunitySetKeyModifier and TypeMethodDescriptionCommunitySetBuilder.withKey
(CommunitySetKey key) Set the key value corresponding toCommunitySet.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.community.sets with parameters of type CommunitySetKeyModifierConstructorDescriptionCommunitySetKey
(CommunitySetKey source) Creates a copy from Source Object.