Interface PacketInMessage

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PacketInMessage>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PacketProcessingData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, OfHeader, PacketIn, RawPacket

    public interface PacketInMessage
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PacketProcessingData>, org.opendaylight.yangtools.yang.binding.Augmentable<PacketInMessage>, PacketIn, OfHeader

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

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

    To create instances of this class use PacketInMessageBuilder.

    See Also:
    PacketInMessageBuilder
    • Field Detail

      • QNAME

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

      • getMatch

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