public interface RawPacket
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module packet-processing
grouping raw-packet { leaf ingress { type node-connector-ref; } leaf payload { type binary; } }The schema path to identify an instance is packet-processing/raw-packet
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef |
getIngress() |
byte[] |
getPayload() |
org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef getIngress()
org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef
ingress
, or null
if not presentbyte[] getPayload()
byte[]
payload
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.