Interface BatchMeterOutputListGrouping
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
AddMetersBatchOutput
,RemoveMetersBatchOutput
,UpdateMetersBatchOutput
@Generated("mdsal-binding-generator")
public interface BatchMeterOutputListGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
Openflow meter list suitable for batch rpc output.
This class represents the following YANG schema fragment defined in module sal-meters-batch
grouping batch-meter-output-list-grouping { list batch-failed-meters-output { key batch-order; uses batch:batch-order-grouping; leaf meter-id { type meter-type:meter-id; } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescription@Nullable Map<BatchFailedMetersOutputKey,
BatchFailedMetersOutput> Return batchFailedMetersOutput, ornull
if it is not present.Class<? extends BatchMeterOutputListGrouping>
default @NonNull Map<BatchFailedMetersOutputKey,
BatchFailedMetersOutput> Return batchFailedMetersOutput, or an empty list if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends BatchMeterOutputListGrouping> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getBatchFailedMetersOutput
@Nullable Map<BatchFailedMetersOutputKey,BatchFailedMetersOutput> getBatchFailedMetersOutput()Return batchFailedMetersOutput, ornull
if it is not present.- Returns:
Map<BatchFailedMetersOutputKey, BatchFailedMetersOutput>
batchFailedMetersOutput, ornull
if it is not present.
-
nonnullBatchFailedMetersOutput
default @NonNull Map<BatchFailedMetersOutputKey,BatchFailedMetersOutput> nonnullBatchFailedMetersOutput()Return batchFailedMetersOutput, or an empty list if it is not present.- Returns:
Map<BatchFailedMetersOutputKey, BatchFailedMetersOutput>
batchFailedMetersOutput, or an empty list if it is not present.
-