public interface Metadata extends DataObject
This class represents the following YANG schema fragment defined in module ietf-packet-fields
grouping metadata { leaf input-interface { type if:interface-ref { require-instance false; } } }The schema path to identify an instance is ietf-packet-fields/metadata
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getInputInterface()
Packet was received on this interface.
|
getImplementedInterface
@Nullable String getInputInterface()
java.lang.String
inputInterface
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.