Interface Match

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Match>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PacketInMessage>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Match

    public interface Match
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PacketInMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<Match>, Match

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

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

    To create instances of this class use MatchBuilder.

    See Also:
    MatchBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Match> 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 Match