public interface BatchFlowInputUpdateGrouping extends org.opendaylight.yangtools.yang.binding.DataObject, BatchFlowIdGrouping
This class represents the following YANG schema fragment defined in module sal-flows-batch
grouping batch-flow-input-update-grouping { uses batch-flow-id-grouping; container original-batched-flow { uses types:flow; } container updated-batched-flow { uses types:flow; } }The schema path to identify an instance is sal-flows-batch/batch-flow-input-update-grouping
Modifier and Type | Field and Description |
---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable OriginalBatchedFlow |
getOriginalBatchedFlow() |
@Nullable UpdatedBatchedFlow |
getUpdatedBatchedFlow() |
getFlowId
@Nullable OriginalBatchedFlow getOriginalBatchedFlow()
org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.input.update.grouping.OriginalBatchedFlow
originalBatchedFlow
, or null
if not present@Nullable UpdatedBatchedFlow getUpdatedBatchedFlow()
org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.batch.flow.input.update.grouping.UpdatedBatchedFlow
updatedBatchedFlow
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.