Interface TcpMatch

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<TcpMatch>, 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, TcpMatchFields

    public interface TcpMatch
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<TcpMatch>, TcpMatchFields, Layer4Match

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

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

      • QNAME

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

      • implementedInterface

        default Class<TcpMatch> 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 TcpMatchFields