Interface NodeErrorReference
- 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:
NodeErrorNotification
@Generated("mdsal-binding-generator")
public interface NodeErrorReference
extends org.opendaylight.yangtools.yang.binding.DataObject
Error message binding - to which source type the error belongs.
This class represents the following YANG schema fragment defined in module sal-flow
grouping node-error-reference { choice object-reference { case flow-ref { leaf flow-ref { type types:flow-ref; } } case group-ref { leaf group-ref { type group-type:group-ref; } } case meter-ref { leaf meter-ref { type meter-type:meter-ref; } } } }
-
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 objectReference, ornull
if it is not present.Class<? extends NodeErrorReference>
-
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 NodeErrorReference> 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
-
getObjectReference
ObjectReference getObjectReference()Return objectReference, ornull
if it is not present.- Returns:
ObjectReference
objectReference, ornull
if it is not present.
-