Interface BatchMeterInputUpdateGrouping
- 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:
BatchUpdateMeters
,FlatBatchUpdateMeter
@Generated("mdsal-binding-generator")
public interface BatchMeterInputUpdateGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
Update openflow meter structure suitable for batch rpc input.
This class represents the following YANG schema fragment defined in module sal-meters-batch
grouping batch-meter-input-update-grouping { container original-batched-meter { uses meter-type:meter; } container updated-batched-meter { uses meter-type:meter; } }
-
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 TypeMethodDescriptionReturn originalBatchedMeter, ornull
if it is not present.Return updatedBatchedMeter, ornull
if it is not present.Class<? extends BatchMeterInputUpdateGrouping>
@NonNull OriginalBatchedMeter
Return originalBatchedMeter, or an empty instance if it is not present.@NonNull UpdatedBatchedMeter
Return updatedBatchedMeter, or an empty instance 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 BatchMeterInputUpdateGrouping> 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
-
getOriginalBatchedMeter
OriginalBatchedMeter getOriginalBatchedMeter()Return originalBatchedMeter, ornull
if it is not present.- Returns:
OriginalBatchedMeter
originalBatchedMeter, ornull
if it is not present.
-
nonnullOriginalBatchedMeter
@NonNull OriginalBatchedMeter nonnullOriginalBatchedMeter()Return originalBatchedMeter, or an empty instance if it is not present.- Returns:
OriginalBatchedMeter
originalBatchedMeter, or an empty instance if it is not present.
-
getUpdatedBatchedMeter
UpdatedBatchedMeter getUpdatedBatchedMeter()Return updatedBatchedMeter, ornull
if it is not present.- Returns:
UpdatedBatchedMeter
updatedBatchedMeter, ornull
if it is not present.
-
nonnullUpdatedBatchedMeter
@NonNull UpdatedBatchedMeter nonnullUpdatedBatchedMeter()Return updatedBatchedMeter, or an empty instance if it is not present.- Returns:
UpdatedBatchedMeter
updatedBatchedMeter, or an empty instance if it is not present.
-