Interface PacketReceived

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PacketReceived>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Notification, PacketIn, RawPacket

    public interface PacketReceived
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<PacketReceived>, PacketIn, org.opendaylight.yangtools.yang.binding.Notification
    Delivery of incoming packet wrapped in openflow structure.

    This class represents the following YANG schema fragment defined in module packet-processing

     notification packet-received {
       uses packet-in;
       container match {
         uses match-type:match;
       }
     }
     
    The schema path to identify an instance is packet-processing/packet-received

    To create instances of this class use PacketReceivedBuilder.

    See Also:
    PacketReceivedBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<PacketReceived> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface PacketIn
        Specified by:
        implementedInterface in interface RawPacket
      • getMatch

        @Nullable Match getMatch()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.received.Match match, or null if not present