Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.Ethernet
Packages that use Ethernet
Package
Description
-
Uses of Ethernet in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609 that return EthernetModifier and TypeMethodDescriptionEthernetTop.getEthernet()Return ethernet, ornullif it is not present.Interface1Builder.getEthernet()Return current value associated with the property corresponding toEthernetTop.getEthernet().@NonNull EthernetEthernetTop.nonnullEthernet()Return ethernet, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609 with parameters of type EthernetModifier and TypeMethodDescriptionInterface1Builder.setEthernet(Ethernet value) Set the property corresponding toEthernetTop.getEthernet()to the specified value. -
Uses of Ethernet in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top with type parameters of type EthernetModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Ethernet>>
E$$EthernetBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top that return EthernetModifier and TypeMethodDescription@NonNull EthernetEthernetBuilder.build()A newEthernetinstance.static @NonNull EthernetEthernetBuilder.empty()Get empty instance of Ethernet.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top that return types with arguments of type EthernetMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top with parameters of type EthernetModifier and TypeMethodDescriptionstatic booleanEthernet.bindingEquals(@NonNull Ethernet thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intEthernet.bindingHashCode(@NonNull Ethernet obj) Default implementation ofObject.hashCode()contract for this interface.static StringEthernet.bindingToString(@NonNull Ethernet obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top with type arguments of type EthernetModifier and TypeMethodDescriptionEthernetBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Ethernet> augmentation) Add an augmentation to this builder's product.EthernetBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ethernet>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top with parameters of type EthernetModifierConstructorDescriptionEthernetBuilder(Ethernet base) Construct a builder initialized with state from specifiedEthernet.