Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.mac.auto.generated._case.MacAutoGenerated
Packages that use MacAutoGenerated
Package
Description
-
Uses of MacAutoGenerated 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 MacAutoGeneratedModifier and TypeMethodDescriptionMacAutoGeneratedCase.getMacAutoGenerated()
Return macAutoGenerated, ornull
if it is not present.MacAutoGeneratedCaseBuilder.getMacAutoGenerated()
Return current value associated with the property corresponding toMacAutoGeneratedCase.getMacAutoGenerated()
.@NonNull MacAutoGenerated
MacAutoGeneratedCase.nonnullMacAutoGenerated()
Return macAutoGenerated, 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 MacAutoGeneratedModifier and TypeMethodDescriptionMacAutoGeneratedCaseBuilder.setMacAutoGenerated
(MacAutoGenerated value) Set the property corresponding toMacAutoGeneratedCase.getMacAutoGenerated()
to the specified value. -
Uses of MacAutoGenerated in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.mac.auto.generated._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.mac.auto.generated._case with type parameters of type MacAutoGeneratedModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<MacAutoGenerated>>
E$$MacAutoGeneratedBuilder.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.mac.auto.generated._case that return MacAutoGeneratedModifier and TypeMethodDescription@NonNull MacAutoGenerated
MacAutoGeneratedBuilder.build()
A newMacAutoGenerated
instance.static @NonNull MacAutoGenerated
MacAutoGeneratedBuilder.empty()
Get empty instance of MacAutoGenerated.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.mac.auto.generated._case that return types with arguments of type MacAutoGeneratedModifier and TypeMethodDescriptiondefault Class
<MacAutoGenerated> MacAutoGenerated.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.mac.auto.generated._case with parameters of type MacAutoGeneratedModifier and TypeMethodDescriptionstatic boolean
MacAutoGenerated.bindingEquals
(@NonNull MacAutoGenerated thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
MacAutoGenerated.bindingHashCode
(@NonNull MacAutoGenerated obj) Default implementation ofObject.hashCode()
contract for this interface.static String
MacAutoGenerated.bindingToString
(@NonNull MacAutoGenerated 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.mac.auto.generated._case with type arguments of type MacAutoGeneratedModifier and TypeMethodDescriptionMacAutoGeneratedBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<MacAutoGenerated> augmentation) Add an augmentation to this builder's product.MacAutoGeneratedBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<MacAutoGenerated>> 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.mac.auto.generated._case with parameters of type MacAutoGeneratedModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMacAutoGenerated
.