Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.ExtendedCommunities
Packages that use ExtendedCommunities
Package
Description
-
Uses of ExtendedCommunities in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return types with arguments of type ExtendedCommunitiesModifier and TypeMethodDescription@Nullable List<ExtendedCommunities>Attributes.getExtendedCommunities()Return extendedCommunities, ornullif it is not present.AttributesBuilder.getExtendedCommunities()Return current value associated with the property corresponding toAttributes.getExtendedCommunities().default @NonNull List<ExtendedCommunities>Attributes.nonnullExtendedCommunities()Return extendedCommunities, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with type arguments of type ExtendedCommunitiesModifier and TypeMethodDescriptionAttributesBuilder.setExtendedCommunities(List<ExtendedCommunities> values) Set the property corresponding toAttributes.getExtendedCommunities()to the specified value. -
Uses of ExtendedCommunities in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type parameters of type ExtendedCommunitiesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ExtendedCommunities>>
E$$ExtendedCommunitiesBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return ExtendedCommunitiesModifier and TypeMethodDescription@NonNull ExtendedCommunitiesExtendedCommunitiesBuilder.build()A newExtendedCommunitiesinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return types with arguments of type ExtendedCommunitiesModifier and TypeMethodDescriptiondefault Class<ExtendedCommunities>ExtendedCommunities.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type ExtendedCommunitiesModifier and TypeMethodDescriptionstatic booleanExtendedCommunities.bindingEquals(@NonNull ExtendedCommunities thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intExtendedCommunities.bindingHashCode(@NonNull ExtendedCommunities obj) Default implementation ofObject.hashCode()contract for this interface.static StringExtendedCommunities.bindingToString(@NonNull ExtendedCommunities obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type arguments of type ExtendedCommunitiesModifier and TypeMethodDescriptionExtendedCommunitiesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ExtendedCommunities> augmentation) Add an augmentation to this builder's product.ExtendedCommunitiesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ExtendedCommunities>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type ExtendedCommunitiesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedExtendedCommunities.