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 org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet -
-
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 StateBuilder Modifier and Type Method Description StateBuilderStateBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<State> augmentation)Add an augmentation to this builder's product.StateBuilderStateBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<State>> augmentationType)Remove an augmentation from this builder's product.StateBuilderStateBuilder. setAutoNegotiate(Boolean value)Set the property corresponding toEthernetInterfaceConfig.getAutoNegotiate()to the specified value.StateBuilderStateBuilder. setCounters(Counters value)Set the property corresponding toEthernetInterfaceState.getCounters()to the specified value.StateBuilderStateBuilder. setDuplexMode(EthernetInterfaceConfig.DuplexMode value)Set the property corresponding toEthernetInterfaceConfig.getDuplexMode()to the specified value.StateBuilderStateBuilder. setEnableFlowControl(Boolean value)Set the property corresponding toEthernetInterfaceConfig.getEnableFlowControl()to the specified value.StateBuilderStateBuilder. setHwMacAddress(MacAddress value)Set the property corresponding toEthernetInterfaceState.getHwMacAddress()to the specified value.StateBuilderStateBuilder. setMacAddress(MacAddress value)Set the property corresponding toEthernetInterfaceConfig.getMacAddress()to the specified value.StateBuilderStateBuilder. setNegotiatedDuplexMode(EthernetInterfaceState.NegotiatedDuplexMode value)Set the property corresponding toEthernetInterfaceState.getNegotiatedDuplexMode()to the specified value.StateBuilderStateBuilder. setNegotiatedPortSpeed(Class<? extends ETHERNETSPEED> value)Set the property corresponding toEthernetInterfaceState.getNegotiatedPortSpeed()to the specified value.StateBuilderStateBuilder. setPortSpeed(Class<? extends ETHERNETSPEED> value)Set the property corresponding toEthernetInterfaceConfig.getPortSpeed()to the specified value.StateBuilderStateBuilder. setStandaloneLinkTraining(Boolean value)Set the property corresponding toEthernetInterfaceConfig.getStandaloneLinkTraining()to the specified value.
-