Interface NodeFlowRemoved
- 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
,FlowModRemoved
,GenericFlowAttributes
- All Known Subinterfaces:
SwitchFlowRemoved
@Generated("mdsal-binding-generator")
public interface NodeFlowRemoved
extends org.opendaylight.yangtools.yang.binding.DataObject, FlowModRemoved
Flow removed message structure.
This class represents the following YANG schema fragment defined in module sal-flow
grouping node-flow-removed { leaf node { ext:context-reference inv:node-context; type inv:node-ref; } leaf flow-table { type flow-table-ref; } uses types:flow-mod-removed; }
-
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 flowTable, ornull
if it is not present.getNode()
Return node, ornull
if it is not present.Class<? extends NodeFlowRemoved>
default @NonNull FlowTableRef
Return flowTable, guaranteed to be non-null.default @NonNull NodeRef
Return node, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowModRemoved
getByteCount, getDurationNsec, getDurationSec, getMatch, getPacketCount, getRemovedReason, nonnullMatch, requireByteCount, requireDurationNsec, requireDurationSec, requirePacketCount, requireRemovedReason
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.GenericFlowAttributes
getCookie, getHardTimeout, getIdleTimeout, getPriority, getTableId, requireCookie, requireHardTimeout, requireIdleTimeout, requirePriority, requireTableId
-
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 NodeFlowRemoved> 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
- Specified by:
implementedInterface
in interfaceFlowModRemoved
- Specified by:
implementedInterface
in interfaceGenericFlowAttributes
-
getNode
Return node, ornull
if it is not present.- Returns:
NodeRef
node, ornull
if it is not present.
-
requireNode
Return node, guaranteed to be non-null.- Returns:
NodeRef
node, guaranteed to be non-null.- Throws:
NoSuchElementException
- if node is not present
-
getFlowTable
FlowTableRef getFlowTable()Return flowTable, ornull
if it is not present.- Returns:
FlowTableRef
flowTable, ornull
if it is not present.
-
requireFlowTable
Return flowTable, guaranteed to be non-null.- Returns:
FlowTableRef
flowTable, guaranteed to be non-null.- Throws:
NoSuchElementException
- if flowTable is not present
-