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 EricOfIcmpv6NdReservedGrouping 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-reserved-grouping {
   container eric-of-icmpv6-nd-reserved {
     leaf icmpv6-nd-reserved {
       type uint32;
     }
   }
 }
 
  • 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 EricOfIcmpv6NdReservedGrouping> 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
    • getEricOfIcmpv6NdReserved

      EricOfIcmpv6NdReserved getEricOfIcmpv6NdReserved()
      Return ericOfIcmpv6NdReserved, or null if it is not present.
      Returns:
      EricOfIcmpv6NdReserved ericOfIcmpv6NdReserved, or null if it is not present.