public interface TransactionMetadata
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module flow-capable-transaction
grouping transaction-metadata {
leaf transaction-uri {
type inet:uri;
}
}
The schema path to identify an instance is
flow-capable-transaction/transaction-metadata| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri |
getTransactionUri() |
Copyright © 2019 OpenDaylight. All rights reserved.