Interface MultipartTransactionAware
- 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
,TransactionAware
- All Known Subinterfaces:
AggregateFlowStatisticsUpdate
,FlowTableStatisticsUpdate
,GroupDescStatsUpdated
,GroupFeaturesUpdated
,GroupStatisticsUpdated
,MeterConfigStatsUpdated
,MeterFeaturesUpdated
,MeterStatisticsUpdated
,NodeConnectorStatisticsUpdate
,QueueStatisticsUpdate
,TableUpdated
@Deprecated
@Generated("mdsal-binding-generator")
public interface MultipartTransactionAware
extends org.opendaylight.yangtools.yang.binding.DataObject, TransactionAware
Deprecated.
This class represents the following YANG schema fragment defined in module flow-capable-transaction
grouping multipart-transaction-aware { status deprecated; uses transaction-aware; leaf moreReplies { type boolean; default false; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
Deprecated.YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return moreReplies, ornull
if it is not present.Class<? extends MultipartTransactionAware>
Deprecated.default @NonNull Boolean
Deprecated.Return moreReplies, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.TransactionAware
getTransactionId, requireTransactionId
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEDeprecated.YANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends MultipartTransactionAware> implementedInterface()Deprecated.- 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
- Specified by:
implementedInterface
in interfaceTransactionAware
-
getMoreReplies
Boolean getMoreReplies()Deprecated.Return moreReplies, ornull
if it is not present.- Returns:
Boolean
moreReplies, ornull
if it is not present.
-
requireMoreReplies
Deprecated.Return moreReplies, guaranteed to be non-null.- Returns:
Boolean
moreReplies, guaranteed to be non-null.- Throws:
NoSuchElementException
- if moreReplies is not present
-