Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.as.specific.extended.community._case.AsSpecificExtendedCommunity
Package
Description
-
Uses of AsSpecificExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community
Modifier and TypeMethodDescriptionAsSpecificExtendedCommunityCase.getAsSpecificExtendedCommunity()
Return asSpecificExtendedCommunity, ornull
if it is not present.AsSpecificExtendedCommunityCaseBuilder.getAsSpecificExtendedCommunity()
Return current value associated with the property corresponding toAsSpecificExtendedCommunityCase.getAsSpecificExtendedCommunity()
.@NonNull AsSpecificExtendedCommunity
AsSpecificExtendedCommunityCase.nonnullAsSpecificExtendedCommunity()
Return asSpecificExtendedCommunity, or an empty instance if it is not present.Modifier and TypeMethodDescriptionAsSpecificExtendedCommunityCaseBuilder.setAsSpecificExtendedCommunity
(AsSpecificExtendedCommunity value) Set the property corresponding toAsSpecificExtendedCommunityCase.getAsSpecificExtendedCommunity()
to the specified value. -
Uses of AsSpecificExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.as.specific.extended.community._case
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<AsSpecificExtendedCommunity>>
E$$AsSpecificExtendedCommunityBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull AsSpecificExtendedCommunity
AsSpecificExtendedCommunityBuilder.build()
A newAsSpecificExtendedCommunity
instance.static @NonNull AsSpecificExtendedCommunity
AsSpecificExtendedCommunityBuilder.empty()
Get empty instance of AsSpecificExtendedCommunity.Modifier and TypeMethodDescriptiondefault Class
<AsSpecificExtendedCommunity> AsSpecificExtendedCommunity.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
AsSpecificExtendedCommunity.bindingEquals
(@NonNull AsSpecificExtendedCommunity thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
AsSpecificExtendedCommunity.bindingHashCode
(@NonNull AsSpecificExtendedCommunity obj) Default implementation ofObject.hashCode()
contract for this interface.static String
AsSpecificExtendedCommunity.bindingToString
(@NonNull AsSpecificExtendedCommunity obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionAsSpecificExtendedCommunityBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<AsSpecificExtendedCommunity> augmentation) Add an augmentation to this builder's product.AsSpecificExtendedCommunityBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<AsSpecificExtendedCommunity>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAsSpecificExtendedCommunity
.