Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.input.Batch
Packages that use Batch
Package
Description
-
Uses of Batch in org.opendaylight.openflowplugin.impl.util
Method parameters in org.opendaylight.openflowplugin.impl.util with type arguments of type BatchModifier and TypeMethodDescriptionstatic List<BatchPlanStep>
FlatBatchUtil.assembleBatchPlan
(Collection<Batch> batches) -
Uses of Batch in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321 that return types with arguments of type BatchModifier and TypeMethodDescriptionProcessFlatBatchInput.getBatch()
Return batch, ornull
if it is not present.ProcessFlatBatchInputBuilder.getBatch()
Return current value associated with the property corresponding toProcessFlatBatchInput.getBatch()
.ProcessFlatBatchInput.nonnullBatch()
Return batch, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321 with type arguments of type BatchModifier and TypeMethodDescriptionSet the property corresponding toProcessFlatBatchInput.getBatch()
to the specified value. -
Uses of Batch in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.input
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.input with type parameters of type BatchModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Batch>>
E$$BatchBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.input that return BatchMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.input that return types with arguments of type BatchMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.input with parameters of type BatchModifier and TypeMethodDescriptionstatic boolean
Batch.bindingEquals
(@NonNull Batch thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Batch.bindingHashCode
(@NonNull Batch obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Batch.bindingToString
(@NonNull Batch obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.input with type arguments of type BatchModifier and TypeMethodDescriptionBatchBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Batch> augmentation) Add an augmentation to this builder's product.BatchBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Batch>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.input with parameters of type BatchModifierConstructorDescriptionBatchBuilder
(Batch base) Construct a builder initialized with state from specifiedBatch
.