Interface Match

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

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

    This class represents the following YANG schema fragment defined in module opendaylight-flow-types

     container match {
       uses match:match;
     }
     
    The schema path to identify an instance is opendaylight-flow-types/flow-mod-removed/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