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
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameDeprecated.YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return moreReplies, ornullif it is not present.Class<? extends MultipartTransactionAware>Deprecated.default @NonNull BooleanDeprecated.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:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceTransactionAware
-
getMoreReplies
Boolean getMoreReplies()Deprecated.Return moreReplies, ornullif it is not present.- Returns:
BooleanmoreReplies, ornullif it is not present.
-
requireMoreReplies
Deprecated.Return moreReplies, guaranteed to be non-null.- Returns:
BooleanmoreReplies, guaranteed to be non-null.- Throws:
NoSuchElementException- if moreReplies is not present
-