Interface UdpMatch

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<UdpMatch>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Match>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Layer4Match, UdpMatchFields

    public interface UdpMatch
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<UdpMatch>, UdpMatchFields, Layer4Match

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

     case udp-match {
       uses udp-match-fields;
     }
     
    The schema path to identify an instance is opendaylight-match-types/match/layer-4-match/udp-match
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<UdpMatch> 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 UdpMatchFields