Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714
Interface NxmOfIcmpTypeGrouping
- 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:
DstOfIcmpTypeCase
@Generated("mdsal-binding-generator")
public interface NxmOfIcmpTypeGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
grouping nxm-of-icmp-type-grouping { leaf of-icmp-type { type empty; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.common.Empty
Return ofIcmpType, ornull
if it is not present.Class<? extends NxmOfIcmpTypeGrouping>
default @NonNull org.opendaylight.yangtools.yang.common.Empty
Return ofIcmpType, guaranteed to be non-null.
-
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 NxmOfIcmpTypeGrouping> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getOfIcmpType
org.opendaylight.yangtools.yang.common.Empty getOfIcmpType()Return ofIcmpType, ornull
if it is not present.- Returns:
Empty
ofIcmpType, ornull
if it is not present.
-
requireOfIcmpType
default @NonNull org.opendaylight.yangtools.yang.common.Empty requireOfIcmpType()Return ofIcmpType, guaranteed to be non-null.- Returns:
Empty
ofIcmpType, guaranteed to be non-null.- Throws:
NoSuchElementException
- if ofIcmpType is not present
-