Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.reconciliation.counter.ReconcileCounterBuilder
Packages that use ReconcileCounterBuilder
Package
Description
-
Uses of ReconcileCounterBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.reconciliation.counter
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.reconciliation.counter that return ReconcileCounterBuilderModifier and TypeMethodDescriptionReconcileCounterBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ReconcileCounter> augmentation) Add an augmentation to this builder's product.ReconcileCounterBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ReconcileCounter>> augmentationType) Remove an augmentation from this builder's product.ReconcileCounterBuilder.setFailureCount(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toCounter.getFailureCount()to the specified value.ReconcileCounterBuilder.setLastRequestTime(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DateAndTime value) Set the property corresponding toCounter.getLastRequestTime()to the specified value.ReconcileCounterBuilder.setNodeId(org.opendaylight.yangtools.yang.common.Uint64 value) Set the property corresponding toReconcileCounter.getNodeId()to the specified value.ReconcileCounterBuilder.setSuccessCount(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toCounter.getSuccessCount()to the specified value.ReconcileCounterBuilder.withKey(ReconcileCounterKey key) Set the key value corresponding toReconcileCounter.key()to the specified value.