Interface MatchEntriesGrouping
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Match,NxActionRegLoad2,OxmRelatedTableFeatureProperty,SetFieldAction
public interface MatchEntriesGrouping extends org.opendaylight.yangtools.yang.binding.DataObjectThis class represents the following YANG schema fragment defined in module openflow-extensible-match
grouping match-entries-grouping { list match-entry { config false; uses match-entry-fields-grouping; uses match-entry-value-grouping; } }The schema path to identify an instance is openflow-extensible-match/match-entries-grouping
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable List<MatchEntry>getMatchEntry()Class<? extends MatchEntriesGrouping>implementedInterface()default @NonNull List<MatchEntry>nonnullMatchEntry()
-
-
-
Method Detail
-
implementedInterface
Class<? extends MatchEntriesGrouping> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getMatchEntry
@Nullable List<MatchEntry> getMatchEntry()
- Returns:
java.util.ListmatchEntry, ornullif not present
-
nonnullMatchEntry
default @NonNull List<MatchEntry> nonnullMatchEntry()
- Returns:
java.util.ListmatchEntry, or an empty list if it is not present
-
-