Interface MatchEntryFieldsGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    MatchEntry

    @Generated("mdsal-binding-generator")
    public interface MatchEntryFieldsGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module openflow-extensible-match

     grouping match-entry-fields-grouping {
       leaf oxm-class {
         type identityref {
           base oxm-class-base;
         }
       }
       leaf oxm-match-field {
         type identityref {
           base match-field;
         }
       }
       leaf has-mask {
         type boolean;
       }
     }
     
    The schema path to identify an instance is openflow-extensible-match/match-entry-fields-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends MatchEntryFieldsGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getOxmClass

        Class<? extends OxmClassBase> getOxmClass()
        Return oxmClass, or null if it is not present.
        Returns:
        java.lang.Class oxmClass, or null if it is not present.
      • getOxmMatchField

        Class<? extends MatchField> getOxmMatchField()
        Return oxmMatchField, or null if it is not present.
        Returns:
        java.lang.Class oxmMatchField, or null if it is not present.
      • getHasMask

        Boolean getHasMask()
        Return hasMask, or null if it is not present.
        Returns:
        java.lang.Boolean hasMask, or null if it is not present.
      • isHasMask

        @Deprecated(forRemoval=true)
        default Boolean isHasMask()
        Deprecated, for removal: This API element is subject to removal in a future version.