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
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn flowTable, ornullif it is not present.getNode()Return node, ornullif it is not present.Class<? extends NodeFlowRemoved>default @NonNull FlowTableRefReturn flowTable, guaranteed to be non-null.default @NonNull NodeRefReturn 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, requireRemovedReasonMethods 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:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceFlowModRemoved- Specified by:
implementedInterfacein interfaceGenericFlowAttributes
-
getNode
Return node, ornullif it is not present.- Returns:
NodeRefnode, ornullif it is not present.
-
requireNode
Return node, guaranteed to be non-null.- Returns:
NodeRefnode, guaranteed to be non-null.- Throws:
NoSuchElementException- if node is not present
-
getFlowTable
FlowTableRef getFlowTable()Return flowTable, ornullif it is not present.- Returns:
FlowTableRefflowTable, ornullif it is not present.
-
requireFlowTable
Return flowTable, guaranteed to be non-null.- Returns:
FlowTableRefflowTable, guaranteed to be non-null.- Throws:
NoSuchElementException- if flowTable is not present
-