Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.lacp.auto.generated._case.LacpAutoGenerated
Packages that use LacpAutoGenerated
Package
Description
-
Uses of LacpAutoGenerated in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi that return LacpAutoGeneratedModifier and TypeMethodDescriptionLacpAutoGeneratedCase.getLacpAutoGenerated()
Return lacpAutoGenerated, ornull
if it is not present.LacpAutoGeneratedCaseBuilder.getLacpAutoGenerated()
Return current value associated with the property corresponding toLacpAutoGeneratedCase.getLacpAutoGenerated()
.@NonNull LacpAutoGenerated
LacpAutoGeneratedCase.nonnullLacpAutoGenerated()
Return lacpAutoGenerated, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi with parameters of type LacpAutoGeneratedModifier and TypeMethodDescriptionLacpAutoGeneratedCaseBuilder.setLacpAutoGenerated
(LacpAutoGenerated value) Set the property corresponding toLacpAutoGeneratedCase.getLacpAutoGenerated()
to the specified value. -
Uses of LacpAutoGenerated in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.lacp.auto.generated._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.lacp.auto.generated._case with type parameters of type LacpAutoGeneratedModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LacpAutoGenerated>>
E$$LacpAutoGeneratedBuilder.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.evpn.rev200120.esi.esi.lacp.auto.generated._case that return LacpAutoGeneratedModifier and TypeMethodDescription@NonNull LacpAutoGenerated
LacpAutoGeneratedBuilder.build()
A newLacpAutoGenerated
instance.static @NonNull LacpAutoGenerated
LacpAutoGeneratedBuilder.empty()
Get empty instance of LacpAutoGenerated.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.lacp.auto.generated._case that return types with arguments of type LacpAutoGeneratedModifier and TypeMethodDescriptiondefault Class
<LacpAutoGenerated> LacpAutoGenerated.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.lacp.auto.generated._case with parameters of type LacpAutoGeneratedModifier and TypeMethodDescriptionstatic boolean
LacpAutoGenerated.bindingEquals
(@NonNull LacpAutoGenerated thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LacpAutoGenerated.bindingHashCode
(@NonNull LacpAutoGenerated obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LacpAutoGenerated.bindingToString
(@NonNull LacpAutoGenerated obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.lacp.auto.generated._case with type arguments of type LacpAutoGeneratedModifier and TypeMethodDescriptionLacpAutoGeneratedBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LacpAutoGenerated> augmentation) Add an augmentation to this builder's product.LacpAutoGeneratedBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LacpAutoGenerated>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.lacp.auto.generated._case with parameters of type LacpAutoGeneratedModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLacpAutoGenerated
.