Interface TransactionAware

    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        Deprecated.
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

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

        TransactionId getTransactionId()
        Deprecated.
        Return transactionId, or null if it is not present.
        Returns:
        TransactionId transactionId, or null if it is not present.
      • requireTransactionId

        default @NonNull TransactionId requireTransactionId()
        Deprecated.
        Return transactionId, guaranteed to be non-null.
        Returns:
        TransactionId transactionId, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if transactionId is not present