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:
GeneralAugMatchNodesNodeGroupBucketsBucketActionsSetField, GeneralAugMatchNodesNodeTableFlow, GeneralAugMatchNodesNodeTableFlowApplyActionsSetField, GeneralAugMatchNodesNodeTableFlowWriteActionsSetField, GeneralAugMatchNotifFlowsStatisticsUpdateApplyActionsSetField, GeneralAugMatchNotifFlowsStatisticsUpdateWriteActionsSetField, GeneralAugMatchNotifGroupDescStatsUpdatedSetField, GeneralAugMatchNotifPacketIn, GeneralAugMatchNotifSwitchFlowRemoved, GeneralAugMatchNotifUpdateFlowStats, GeneralAugMatchPacketInMessage, GeneralAugMatchRpcAddFlow, GeneralAugMatchRpcAddFlowApplyActionsSetField, GeneralAugMatchRpcAddFlowWriteActionsSetField, GeneralAugMatchRpcAddGroupSetField, GeneralAugMatchRpcOutputFlowStats, GeneralAugMatchRpcRemoveFlow, GeneralAugMatchRpcRemoveFlowApplyActionsSetField, GeneralAugMatchRpcRemoveFlowWriteActionsSetField, GeneralAugMatchRpcRemoveGroupSetField, GeneralAugMatchRpcTransmitPacketSetField, GeneralAugMatchRpcUpdateFlowOriginal, GeneralAugMatchRpcUpdateFlowOriginalApplyActionsSetField, GeneralAugMatchRpcUpdateFlowOriginalWriteActionsSetField, GeneralAugMatchRpcUpdateFlowUpdated, GeneralAugMatchRpcUpdateFlowUpdatedApplyActionsSetField, GeneralAugMatchRpcUpdateFlowUpdatedWriteActionsSetField, GeneralAugMatchRpcUpdateGroupOriginalSetField, GeneralAugMatchRpcUpdateGroupUpdatedSetField

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

This class represents the following YANG schema fragment defined in module openflowplugin-extension-general

 grouping general-extension-list-grouping {
   list extension-list {
     key extension-key;
     uses general-extension-grouping;
   }
 }
 
  • 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 GeneralExtensionListGrouping> 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
    • getExtensionList

      @Nullable Map<ExtensionListKey,ExtensionList> getExtensionList()
      Return extensionList, or null if it is not present.
      Returns:
      Map<ExtensionListKey, ExtensionList> extensionList, or null if it is not present.
    • nonnullExtensionList

      default @NonNull Map<ExtensionListKey,ExtensionList> nonnullExtensionList()
      Return extensionList, or an empty list if it is not present.
      Returns:
      Map<ExtensionListKey, ExtensionList> extensionList, or an empty list if it is not present.