Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet._interface.state.CountersBuilder
Packages that use CountersBuilder
Package
Description
-
Uses of CountersBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet._interface.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet._interface.state that return CountersBuilderModifier and TypeMethodDescriptionCountersBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Counters> augmentation) Add an augmentation to this builder's product.CountersBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Counters>> augmentationType) Remove an augmentation from this builder's product.CountersBuilder.setIn8021qFrames(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getIn8021qFrames()to the specified value.CountersBuilder.setInBlockErrors(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInBlockErrors()to the specified value.CountersBuilder.setInCarrierErrors(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInCarrierErrors()to the specified value.CountersBuilder.setInCrcErrors(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInCrcErrors()to the specified value.CountersBuilder.setInFragmentFrames(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInFragmentFrames()to the specified value.CountersBuilder.setInInterruptedTx(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInInterruptedTx()to the specified value.CountersBuilder.setInJabberFrames(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInJabberFrames()to the specified value.CountersBuilder.setInLateCollision(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInLateCollision()to the specified value.CountersBuilder.setInMacControlFrames(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInMacControlFrames()to the specified value.CountersBuilder.setInMacErrorsRx(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInMacErrorsRx()to the specified value.CountersBuilder.setInMacPauseFrames(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInMacPauseFrames()to the specified value.CountersBuilder.setInMaxsizeExceeded(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInMaxsizeExceeded()to the specified value.CountersBuilder.setInOversizeFrames(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInOversizeFrames()to the specified value.CountersBuilder.setInSingleCollision(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInSingleCollision()to the specified value.CountersBuilder.setInSymbolError(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInSymbolError()to the specified value.CountersBuilder.setInUndersizeFrames(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getInUndersizeFrames()to the specified value.CountersBuilder.setOut8021qFrames(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getOut8021qFrames()to the specified value.CountersBuilder.setOutMacControlFrames(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getOutMacControlFrames()to the specified value.CountersBuilder.setOutMacErrorsTx(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getOutMacErrorsTx()to the specified value.CountersBuilder.setOutMacPauseFrames(Counter64 value) Set the property corresponding toEthernetInterfaceStateCounters.getOutMacPauseFrames()to the specified value.