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

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    Deprecated.
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Return moreReplies, or null if it is not present.
    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 QNAME
      Deprecated.
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends MultipartTransactionAware> implementedInterface()
      Deprecated.
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      Specified by:
      implementedInterface in interface TransactionAware
    • getMoreReplies

      Boolean getMoreReplies()
      Deprecated.
      Return moreReplies, or null if it is not present.
      Returns:
      Boolean moreReplies, or null if it is not present.
    • requireMoreReplies

      default @NonNull Boolean requireMoreReplies()
      Deprecated.
      Return moreReplies, guaranteed to be non-null.
      Returns:
      Boolean moreReplies, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if moreReplies is not present