Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.ext.community.sets.ext.community.set.ExtCommunityMember
Packages that use ExtCommunityMember
Package
Description
-
Uses of ExtCommunityMember in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.ext.community.sets
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.ext.community.sets that return types with arguments of type ExtCommunityMemberModifier and TypeMethodDescription@Nullable List
<ExtCommunityMember> ExtCommunitySet.getExtCommunityMember()
Return extCommunityMember, ornull
if it is not present.ExtCommunitySetBuilder.getExtCommunityMember()
Return current value associated with the property corresponding toExtCommunitySet.getExtCommunityMember()
.default @NonNull List
<ExtCommunityMember> ExtCommunitySet.nonnullExtCommunityMember()
Return extCommunityMember, 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.ext.community.sets with type arguments of type ExtCommunityMemberModifier and TypeMethodDescriptionExtCommunitySetBuilder.setExtCommunityMember
(List<ExtCommunityMember> values) Set the property corresponding toExtCommunitySet.getExtCommunityMember()
to the specified value. -
Uses of ExtCommunityMember in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.ext.community.sets.ext.community.set
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.ext.community.sets.ext.community.set with type parameters of type ExtCommunityMemberModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ExtCommunityMember>>
E$$ExtCommunityMemberBuilder.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.ext.community.sets.ext.community.set that return ExtCommunityMemberModifier and TypeMethodDescription@NonNull ExtCommunityMember
ExtCommunityMemberBuilder.build()
A newExtCommunityMember
instance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.ext.community.sets.ext.community.set that return types with arguments of type ExtCommunityMemberModifier and TypeMethodDescriptiondefault Class
<ExtCommunityMember> ExtCommunityMember.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.ext.community.sets.ext.community.set with parameters of type ExtCommunityMemberModifier and TypeMethodDescriptionstatic boolean
ExtCommunityMember.bindingEquals
(@NonNull ExtCommunityMember thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ExtCommunityMember.bindingHashCode
(@NonNull ExtCommunityMember obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ExtCommunityMember.bindingToString
(@NonNull ExtCommunityMember 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.ext.community.sets.ext.community.set with type arguments of type ExtCommunityMemberModifier and TypeMethodDescriptionExtCommunityMemberBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ExtCommunityMember> augmentation) Add an augmentation to this builder's product.ExtCommunityMemberBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ExtCommunityMember>> 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.ext.community.sets.ext.community.set with parameters of type ExtCommunityMemberModifierConstructorDescriptionConstruct a builder initialized with state from specifiedExtCommunityMember
.