Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.ethernet.tag.id.EthernetTagId
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.ip.adv.route
-
Uses of EthernetTagId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120
Modifier and TypeMethodDescriptionEthernetTagId.getEthernetTagId()
Return ethernetTagId, ornull
if it is not present.@NonNull EthernetTagId
EthernetTagId.nonnullEthernetTagId()
Return ethernetTagId, or an empty instance if it is not present. -
Uses of EthernetTagId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.ethernet.a.d.route
Modifier and TypeMethodDescriptionEthernetADRouteBuilder.getEthernetTagId()
Return current value associated with the property corresponding toEthernetTagId.getEthernetTagId()
.Modifier and TypeMethodDescriptionEthernetADRouteBuilder.setEthernetTagId
(EthernetTagId value) Set the property corresponding toEthernetTagId.getEthernetTagId()
to the specified value. -
Uses of EthernetTagId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.ethernet.tag.id
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<EthernetTagId>>
E$$EthernetTagIdBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull EthernetTagId
EthernetTagIdBuilder.build()
A newEthernetTagId
instance.static @NonNull EthernetTagId
EthernetTagIdBuilder.empty()
Get empty instance of EthernetTagId.Modifier and TypeMethodDescriptiondefault Class
<EthernetTagId> EthernetTagId.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
EthernetTagId.bindingEquals
(@NonNull EthernetTagId thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
EthernetTagId.bindingHashCode
(@NonNull EthernetTagId obj) Default implementation ofObject.hashCode()
contract for this interface.static String
EthernetTagId.bindingToString
(@NonNull EthernetTagId obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionEthernetTagIdBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<EthernetTagId> augmentation) Add an augmentation to this builder's product.EthernetTagIdBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<EthernetTagId>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedEthernetTagId
. -
Uses of EthernetTagId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.inc.multi.ethernet.tag.res
Modifier and TypeMethodDescriptionIncMultiEthernetTagResBuilder.getEthernetTagId()
Return current value associated with the property corresponding toEthernetTagId.getEthernetTagId()
.Modifier and TypeMethodDescriptionIncMultiEthernetTagResBuilder.setEthernetTagId
(EthernetTagId value) Set the property corresponding toEthernetTagId.getEthernetTagId()
to the specified value. -
Uses of EthernetTagId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.ip.adv.route
Modifier and TypeMethodDescriptionMacIpAdvRouteBuilder.getEthernetTagId()
Return current value associated with the property corresponding toEthernetTagId.getEthernetTagId()
.Modifier and TypeMethodDescriptionMacIpAdvRouteBuilder.setEthernetTagId
(EthernetTagId value) Set the property corresponding toEthernetTagId.getEthernetTagId()
to the specified value.