Interface OfjNxActionLearnGrouping
- 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:
ActionLearn
@Generated("mdsal-binding-generator")
public interface OfjNxActionLearnGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module nicira-action
grouping ofj-nx-action-learn-grouping { container nx-action-learn { leaf idle-timeout { type uint16; } leaf hard-timeout { type uint16; } leaf priority { type uint16; } leaf cookie { type uint64; } leaf flags { type uint16; } leaf table-id { type uint8; } leaf fin-idle-timeout { type uint16; } leaf fin-hard-timeout { type uint16; } list flow-mods { uses flow-mod-spec; } } }
-
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 TypeMethodDescriptionReturn nxActionLearn, ornull
if it is not present.Class<? extends OfjNxActionLearnGrouping>
@NonNull NxActionLearn
Return nxActionLearn, or an empty instance if it is not present.
-
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 OfjNxActionLearnGrouping> 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
-
getNxActionLearn
NxActionLearn getNxActionLearn()Return nxActionLearn, ornull
if it is not present.- Returns:
NxActionLearn
nxActionLearn, ornull
if it is not present.
-
nonnullNxActionLearn
@NonNull NxActionLearn nonnullNxActionLearn()Return nxActionLearn, or an empty instance if it is not present.- Returns:
NxActionLearn
nxActionLearn, or an empty instance if it is not present.
-