Interface EthernetMatch

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

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

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

     container ethernet-match {
       uses ethernet-match-fields;
     }
     
    The schema path to identify an instance is opendaylight-match-types/match/ethernet-match

    To create instances of this class use EthernetMatchBuilder.

    See Also:
    EthernetMatchBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<EthernetMatch> 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 EthernetMatchFields