Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.source.as._4.extended.community._case.SourceAs4ExtendedCommunity
Package
Description
-
Uses of SourceAs4ExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community
Modifier and TypeMethodDescriptionSourceAs4ExtendedCommunityCase.getSourceAs4ExtendedCommunity()
Return sourceAs4ExtendedCommunity, ornull
if it is not present.SourceAs4ExtendedCommunityCaseBuilder.getSourceAs4ExtendedCommunity()
Return current value associated with the property corresponding toSourceAs4ExtendedCommunityCase.getSourceAs4ExtendedCommunity()
.@NonNull SourceAs4ExtendedCommunity
SourceAs4ExtendedCommunityCase.nonnullSourceAs4ExtendedCommunity()
Return sourceAs4ExtendedCommunity, or an empty instance if it is not present.Modifier and TypeMethodDescriptionSourceAs4ExtendedCommunityCaseBuilder.setSourceAs4ExtendedCommunity
(SourceAs4ExtendedCommunity value) Set the property corresponding toSourceAs4ExtendedCommunityCase.getSourceAs4ExtendedCommunity()
to the specified value. -
Uses of SourceAs4ExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.source.as._4.extended.community._case
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SourceAs4ExtendedCommunity>>
E$$SourceAs4ExtendedCommunityBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull SourceAs4ExtendedCommunity
SourceAs4ExtendedCommunityBuilder.build()
A newSourceAs4ExtendedCommunity
instance.static @NonNull SourceAs4ExtendedCommunity
SourceAs4ExtendedCommunityBuilder.empty()
Get empty instance of SourceAs4ExtendedCommunity.Modifier and TypeMethodDescriptiondefault Class
<SourceAs4ExtendedCommunity> SourceAs4ExtendedCommunity.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
SourceAs4ExtendedCommunity.bindingEquals
(@NonNull SourceAs4ExtendedCommunity thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SourceAs4ExtendedCommunity.bindingHashCode
(@NonNull SourceAs4ExtendedCommunity obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SourceAs4ExtendedCommunity.bindingToString
(@NonNull SourceAs4ExtendedCommunity obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionSourceAs4ExtendedCommunityBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SourceAs4ExtendedCommunity> augmentation) Add an augmentation to this builder's product.SourceAs4ExtendedCommunityBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SourceAs4ExtendedCommunity>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSourceAs4ExtendedCommunity
.