Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet.StateBuilder
Packages that use StateBuilder
Package
Description
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet that return StateBuilderModifier and TypeMethodDescriptionStateBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<State> augmentation) Add an augmentation to this builder's product.StateBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<State>> augmentationType) Remove an augmentation from this builder's product.StateBuilder.setAutoNegotiate(Boolean value) Set the property corresponding toEthernetInterfaceConfig.getAutoNegotiate()to the specified value.StateBuilder.setCounters(Counters value) Set the property corresponding toEthernetInterfaceState.getCounters()to the specified value.StateBuilder.setDuplexMode(EthernetInterfaceConfig.DuplexMode value) Set the property corresponding toEthernetInterfaceConfig.getDuplexMode()to the specified value.StateBuilder.setEnableFlowControl(Boolean value) Set the property corresponding toEthernetInterfaceConfig.getEnableFlowControl()to the specified value.StateBuilder.setHwMacAddress(MacAddress value) Set the property corresponding toEthernetInterfaceState.getHwMacAddress()to the specified value.StateBuilder.setMacAddress(MacAddress value) Set the property corresponding toEthernetInterfaceConfig.getMacAddress()to the specified value.StateBuilder.setNegotiatedDuplexMode(EthernetInterfaceState.NegotiatedDuplexMode value) Set the property corresponding toEthernetInterfaceState.getNegotiatedDuplexMode()to the specified value.StateBuilder.setNegotiatedPortSpeed(ETHERNETSPEED value) Set the property corresponding toEthernetInterfaceState.getNegotiatedPortSpeed()to the specified value.StateBuilder.setPortSpeed(ETHERNETSPEED value) Set the property corresponding toEthernetInterfaceConfig.getPortSpeed()to the specified value.StateBuilder.setStandaloneLinkTraining(Boolean value) Set the property corresponding toEthernetInterfaceConfig.getStandaloneLinkTraining()to the specified value.