public interface PacketInMessage extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<PacketInMessage>, PacketIn, org.opendaylight.yangtools.yang.binding.Notification
This class represents the following YANG schema fragment defined in module openflow-protocol
notification packet-in-message { uses packet-in; }The schema path to identify an instance is openflow-protocol/packet-in-message
To create instances of this class use PacketInMessageBuilder
.
PacketInMessageBuilder
Modifier and Type | Field and Description |
---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
default Class<PacketInMessage> |
implementedInterface() |
getBufferId, getCookie, getData, getInPort, getReason, getTableId, getTotalLen
getMatch
getVersion, getXid
default Class<PacketInMessage> 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
implementedInterface
in interface PacketIn
Copyright © 2020 OpenDaylight. All rights reserved.