Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.counters.state.CountersBuilder
Packages that use CountersBuilder
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.counters.state
-
Uses of CountersBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.counters.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.counters.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.setCarrierTransitions(Counter64 value) Set the property corresponding toCounters.getCarrierTransitions()to the specified value.CountersBuilder.setInBroadcastPkts(Counter64 value) Set the property corresponding toCounters.getInBroadcastPkts()to the specified value.CountersBuilder.setInDiscards(Counter64 value) Set the property corresponding toCounters.getInDiscards()to the specified value.CountersBuilder.setInErrors(Counter64 value) Set the property corresponding toCounters.getInErrors()to the specified value.CountersBuilder.setInFcsErrors(Counter64 value) Set the property corresponding toCounters.getInFcsErrors()to the specified value.CountersBuilder.setInMulticastPkts(Counter64 value) Set the property corresponding toCounters.getInMulticastPkts()to the specified value.CountersBuilder.setInOctets(Counter64 value) Set the property corresponding toCounters.getInOctets()to the specified value.Set the property corresponding toCounters.getInPkts()to the specified value.CountersBuilder.setInUnicastPkts(Counter64 value) Set the property corresponding toCounters.getInUnicastPkts()to the specified value.CountersBuilder.setInUnknownProtos(Counter64 value) Set the property corresponding toCounters.getInUnknownProtos()to the specified value.CountersBuilder.setLastClear(Timeticks64 value) Set the property corresponding toCounters.getLastClear()to the specified value.CountersBuilder.setOutBroadcastPkts(Counter64 value) Set the property corresponding toCounters.getOutBroadcastPkts()to the specified value.CountersBuilder.setOutDiscards(Counter64 value) Set the property corresponding toCounters.getOutDiscards()to the specified value.CountersBuilder.setOutErrors(Counter64 value) Set the property corresponding toCounters.getOutErrors()to the specified value.CountersBuilder.setOutMulticastPkts(Counter64 value) Set the property corresponding toCounters.getOutMulticastPkts()to the specified value.CountersBuilder.setOutOctets(Counter64 value) Set the property corresponding toCounters.getOutOctets()to the specified value.CountersBuilder.setOutPkts(Counter64 value) Set the property corresponding toCounters.getOutPkts()to the specified value.CountersBuilder.setOutUnicastPkts(Counter64 value) Set the property corresponding toCounters.getOutUnicastPkts()to the specified value.