@Deprecated public interface TransactionAware extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module flow-capable-transaction
grouping transaction-aware {
status deprecated;
leaf transaction-id {
type transaction-id;
}
}
The schema path to identify an instance is
flow-capable-transaction/transaction-aware| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable TransactionId |
getTransactionId()
Deprecated.
|
Class<? extends TransactionAware> |
implementedInterface()
Deprecated.
|
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
Class<? extends TransactionAware> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable TransactionId getTransactionId()
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.TransactionId transactionId, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.