public interface PacketIn extends org.opendaylight.yangtools.yang.binding.DataObject, MatchGrouping, OfHeader
This class represents the following YANG schema fragment defined in module openflow-protocol
grouping packet-in { uses ofHeader; leaf buffer-id { type uint32; } leaf total-len { type uint16; } leaf reason { type oft:packet-in-reason; } leaf table-id { type oft:table-id; } leaf cookie { type uint64; } uses oxm:match-grouping; leaf data { type binary; } leaf in-port { type uint16; } }The schema path to identify an instance is openflow-protocol/packet-in
Modifier and Type | Field and Description |
---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Long |
getBufferId() |
@Nullable BigInteger |
getCookie() |
byte[] |
getData() |
@Nullable Integer |
getInPort() |
@Nullable PacketInReason |
getReason() |
@Nullable TableId |
getTableId() |
@Nullable Integer |
getTotalLen() |
Class<? extends PacketIn> |
implementedInterface() |
getMatch
getVersion, getXid
Class<? extends PacketIn> implementedInterface()
implementedInterface
in interface org.opendaylight.yangtools.yang.binding.DataContainer
implementedInterface
in interface org.opendaylight.yangtools.yang.binding.DataObject
implementedInterface
in interface MatchGrouping
implementedInterface
in interface OfHeader
@Nullable Long getBufferId()
java.lang.Long
bufferId
, or null
if not present@Nullable Integer getTotalLen()
java.lang.Integer
totalLen
, or null
if not present@Nullable PacketInReason getReason()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.PacketInReason
reason
, or null
if not present@Nullable TableId getTableId()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.TableId
tableId
, or null
if not present@Nullable BigInteger getCookie()
java.math.BigInteger
cookie
, or null
if not presentbyte[] getData()
byte[]
data
, or null
if not present@Nullable Integer getInPort()
java.lang.Integer
inPort
, or null
if not presentCopyright © 2020 OpenDaylight. All rights reserved.