Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.statistics.buckets.BucketCounterBuilder
Packages that use BucketCounterBuilder
Package
Description
-
Uses of BucketCounterBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.statistics.buckets
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.statistics.buckets that return BucketCounterBuilderModifier and TypeMethodDescriptionBucketCounterBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<BucketCounter> augmentation) Add an augmentation to this builder's product.BucketCounterBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BucketCounter>> augmentationType) Remove an augmentation from this builder's product.BucketCounterBuilder.setBucketId
(BucketId value) Set the property corresponding toBucketCounter.getBucketId()
to the specified value.BucketCounterBuilder.setByteCount
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toBucketCounter.getByteCount()
to the specified value.BucketCounterBuilder.setPacketCount
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 value) Set the property corresponding toBucketCounter.getPacketCount()
to the specified value.BucketCounterBuilder.withKey
(BucketCounterKey key) Set the key value corresponding toBucketCounter.key()
to the specified value.