Interface MatchEntryFieldsGrouping

All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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;
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

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

      OxmClassBase getOxmClass()
      Return oxmClass, or null if it is not present.
      Returns:
      OxmClassBase oxmClass, or null if it is not present.
    • requireOxmClass

      default @NonNull OxmClassBase requireOxmClass()
      Return oxmClass, guaranteed to be non-null.
      Returns:
      OxmClassBase oxmClass, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if oxmClass is not present
    • getOxmMatchField

      MatchField getOxmMatchField()
      Return oxmMatchField, or null if it is not present.
      Returns:
      MatchField oxmMatchField, or null if it is not present.
    • requireOxmMatchField

      default @NonNull MatchField requireOxmMatchField()
      Return oxmMatchField, guaranteed to be non-null.
      Returns:
      MatchField oxmMatchField, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if oxmMatchField is not present
    • getHasMask

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

      default @NonNull Boolean requireHasMask()
      Return hasMask, guaranteed to be non-null.
      Returns:
      Boolean hasMask, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if hasMask is not present