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:
AllMatchesGrouping, EricAugMatchNodesNodeTableFlow, EricAugMatchNodesNodeTableFlowApplyActionsSetField, EricAugMatchNodesNodeTableFlowWriteActionsSetField, EricAugMatchNotifPacketIn, EricAugMatchNotifSwitchFlowRemoved, EricAugMatchNotifUpdateFlowStats, EricAugMatchPacketInMessage, EricAugMatchRpcAddFlow, EricAugMatchRpcGetFlowStats, EricAugMatchRpcRemoveFlow, EricAugMatchRpcUpdateFlowOriginal, EricAugMatchRpcUpdateFlowUpdated

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

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

 grouping eric-of-icmpv6-nd-options-type-grouping {
   container eric-of-icmpv6-nd-options-type {
     leaf icmpv6-nd-options-type {
       type uint8;
     }
   }
 }
 
  • 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 EricOfIcmpv6NdOptionsTypeGrouping> 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
    • getEricOfIcmpv6NdOptionsType

      EricOfIcmpv6NdOptionsType getEricOfIcmpv6NdOptionsType()
      Return ericOfIcmpv6NdOptionsType, or null if it is not present.
      Returns:
      EricOfIcmpv6NdOptionsType ericOfIcmpv6NdOptionsType, or null if it is not present.