Interface EricOfIcmpv6NdReservedGrouping
- 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 Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn ericOfIcmpv6NdReserved, ornullif it is not present.Class<? extends EricOfIcmpv6NdReservedGrouping>
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends EricOfIcmpv6NdReservedGrouping> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getEricOfIcmpv6NdReserved
EricOfIcmpv6NdReserved getEricOfIcmpv6NdReserved()Return ericOfIcmpv6NdReserved, ornullif it is not present.- Returns:
EricOfIcmpv6NdReservedericOfIcmpv6NdReserved, ornullif it is not present.
-