Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.counters.state.CountersBuilder
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.counters.state
-
Uses of CountersBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.counters.state
Modifier 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.setInBroadcastPkts
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toCounters.getInBroadcastPkts()
to the specified value.CountersBuilder.setInDiscards
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toCounters.getInDiscards()
to the specified value.CountersBuilder.setInErrors
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toCounters.getInErrors()
to the specified value.CountersBuilder.setInMulticastPkts
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toCounters.getInMulticastPkts()
to the specified value.CountersBuilder.setInOctets
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toCounters.getInOctets()
to the specified value.CountersBuilder.setInUnicastPkts
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toCounters.getInUnicastPkts()
to the specified value.CountersBuilder.setInUnknownProtos
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 value) Set the property corresponding toCounters.getInUnknownProtos()
to the specified value.CountersBuilder.setLastClear
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DateAndTime value) Set the property corresponding toCounters.getLastClear()
to the specified value.CountersBuilder.setOutBroadcastPkts
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toCounters.getOutBroadcastPkts()
to the specified value.CountersBuilder.setOutDiscards
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toCounters.getOutDiscards()
to the specified value.CountersBuilder.setOutErrors
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toCounters.getOutErrors()
to the specified value.CountersBuilder.setOutMulticastPkts
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toCounters.getOutMulticastPkts()
to the specified value.CountersBuilder.setOutOctets
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toCounters.getOutOctets()
to the specified value.CountersBuilder.setOutUnicastPkts
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toCounters.getOutUnicastPkts()
to the specified value.