Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.encapsulation._case.EncapsulationExtendedCommunity
Packages that use EncapsulationExtendedCommunity
Package
Description
-
Uses of EncapsulationExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community that return EncapsulationExtendedCommunityModifier and TypeMethodDescriptionEncapsulationCase.getEncapsulationExtendedCommunity()
Return encapsulationExtendedCommunity, ornull
if it is not present.EncapsulationCaseBuilder.getEncapsulationExtendedCommunity()
Return current value associated with the property corresponding toEncapsulationCase.getEncapsulationExtendedCommunity()
.@NonNull EncapsulationExtendedCommunity
EncapsulationCase.nonnullEncapsulationExtendedCommunity()
Return encapsulationExtendedCommunity, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community with parameters of type EncapsulationExtendedCommunityModifier and TypeMethodDescriptionEncapsulationCaseBuilder.setEncapsulationExtendedCommunity
(EncapsulationExtendedCommunity value) Set the property corresponding toEncapsulationCase.getEncapsulationExtendedCommunity()
to the specified value. -
Uses of EncapsulationExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.encapsulation._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.encapsulation._case with type parameters of type EncapsulationExtendedCommunityModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<EncapsulationExtendedCommunity>>
E$$EncapsulationExtendedCommunityBuilder.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.types.rev200120.extended.community.extended.community.encapsulation._case that return EncapsulationExtendedCommunityModifier and TypeMethodDescription@NonNull EncapsulationExtendedCommunity
EncapsulationExtendedCommunityBuilder.build()
A newEncapsulationExtendedCommunity
instance.static @NonNull EncapsulationExtendedCommunity
EncapsulationExtendedCommunityBuilder.empty()
Get empty instance of EncapsulationExtendedCommunity.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.encapsulation._case that return types with arguments of type EncapsulationExtendedCommunityModifier and TypeMethodDescriptiondefault Class<EncapsulationExtendedCommunity>
EncapsulationExtendedCommunity.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.encapsulation._case with parameters of type EncapsulationExtendedCommunityModifier and TypeMethodDescriptionstatic boolean
EncapsulationExtendedCommunity.bindingEquals
(@NonNull EncapsulationExtendedCommunity thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
EncapsulationExtendedCommunity.bindingHashCode
(@NonNull EncapsulationExtendedCommunity obj) Default implementation ofObject.hashCode()
contract for this interface.static String
EncapsulationExtendedCommunity.bindingToString
(@NonNull EncapsulationExtendedCommunity obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.encapsulation._case with type arguments of type EncapsulationExtendedCommunityModifier and TypeMethodDescriptionEncapsulationExtendedCommunityBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<EncapsulationExtendedCommunity> augmentation) Add an augmentation to this builder's product.EncapsulationExtendedCommunityBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EncapsulationExtendedCommunity>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.encapsulation._case with parameters of type EncapsulationExtendedCommunityModifierConstructorDescriptionConstruct a builder initialized with state from specifiedEncapsulationExtendedCommunity
.