Interface OfjNxActionRegLoad2Grouping
- 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:
ActionRegLoad2
@Generated("mdsal-binding-generator")
public interface OfjNxActionRegLoad2Grouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module nicira-action
grouping ofj-nx-action-reg-load2-grouping {
container nx-action-reg-load2 {
uses oxm:match-entries-grouping;
}
}
-
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 nxActionRegLoad2, ornullif it is not present.Class<? extends OfjNxActionRegLoad2Grouping>@NonNull NxActionRegLoad2Return nxActionRegLoad2, 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 OfjNxActionRegLoad2Grouping> 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
-
getNxActionRegLoad2
NxActionRegLoad2 getNxActionRegLoad2()Return nxActionRegLoad2, ornullif it is not present.- Returns:
NxActionRegLoad2nxActionRegLoad2, ornullif it is not present.
-
nonnullNxActionRegLoad2
@NonNull NxActionRegLoad2 nonnullNxActionRegLoad2()Return nxActionRegLoad2, or an empty instance if it is not present.- Returns:
NxActionRegLoad2nxActionRegLoad2, or an empty instance if it is not present.
-