Interface FlowAdded
- All Superinterfaces:
org.opendaylight.yangtools.binding.Augmentable<FlowAdded>,org.opendaylight.yangtools.binding.BaseNotification,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.DataObject,Flow,GenericFlowAttributes,org.opendaylight.yangtools.binding.Grouping,NodeContextRef,NodeFlow,org.opendaylight.yangtools.binding.Notification<FlowAdded>,TransactionAware,TransactionMetadata
@Deprecated
@Generated("mdsal-binding-generator")
public interface FlowAdded
extends org.opendaylight.yangtools.binding.DataObject, org.opendaylight.yangtools.binding.Notification<FlowAdded>, TransactionMetadata, NodeFlow, TransactionAware, org.opendaylight.yangtools.binding.Augmentable<FlowAdded>
Deprecated.
This class represents the following YANG schema fragment defined in module sal-flow
notification flow-added {
status deprecated;
uses tr:transaction-metadata;
leaf flow-ref {
type types:flow-ref;
}
uses node-flow;
uses tr:transaction-aware;
}
To create instances of this class use FlowAddedBuilder.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameDeprecated.YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanbindingEquals(@NonNull FlowAdded thisObj, Object obj) Deprecated.Default implementation ofObject.equals(Object)contract for this interface.static intbindingHashCode(@NonNull FlowAdded obj) Deprecated.Default implementation ofObject.hashCode()contract for this interface.static StringbindingToString(@NonNull FlowAdded obj) Deprecated.Default implementation ofObject.toString()contract for this interface.Deprecated.Return flowRef, ornullif it is not present.Deprecated.default @NonNull FlowRefDeprecated.Return flowRef, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.Augmentable
augmentation, augmentationOrElseThrow, augmentationOrElseThrow, augmentationsMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.Flow
getBarrier, getBufferId, getContainerName, getCookieMask, getFlags, getFlowName, getInstallHw, getInstructions, getMatch, getOutGroup, getOutPort, getStrict, nonnullInstructions, nonnullMatch, requireBarrier, requireBufferId, requireContainerName, requireCookieMask, requireFlags, requireFlowName, requireInstallHw, requireOutGroup, requireOutPort, requireStrictMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.GenericFlowAttributes
getCookie, getHardTimeout, getIdleTimeout, getPriority, getTableId, requireCookie, requireHardTimeout, requireIdleTimeout, requirePriority, requireTableIdMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
getNode, requireNodeMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.NodeFlow
getFlowTable, requireFlowTableMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.TransactionAware
getTransactionId, requireTransactionIdMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.TransactionMetadata
getTransactionUri, requireTransactionUri
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEDeprecated.YANG identifier of the statement represented by this class.
-
-
Method Details
-
getFlowRef
FlowRef getFlowRef()Deprecated.Return flowRef, ornullif it is not present.- Returns:
FlowRefflowRef, ornullif it is not present.
-
requireFlowRef
Deprecated.Return flowRef, guaranteed to be non-null.- Returns:
FlowRefflowRef, guaranteed to be non-null.- Throws:
NoSuchElementException- if flowRef is not present
-
implementedInterface
Deprecated.- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.binding.DataObject- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.binding.Notification<FlowAdded>
-
bindingHashCode
Deprecated.Default implementation ofObject.hashCode()contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent hashing results across all implementations.- Parameters:
obj- Object for which to generate hashCode() result.- Returns:
- Hash code value of data modeled by this interface.
- Throws:
NullPointerException- ifobjisnull
-
bindingEquals
Deprecated.Default implementation ofObject.equals(Object)contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent equality results across all implementations.- Parameters:
thisObj- Object acting as the receiver of equals invocationobj- Object acting as argument to equals invocation- Returns:
- True if thisObj and obj are considered equal
- Throws:
NullPointerException- ifthisObjisnull
-
bindingToString
Deprecated.Default implementation ofObject.toString()contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent string representations across all implementations.- Parameters:
obj- Object for which to generate toString() result.- Returns:
Stringvalue of data modeled by this interface.- Throws:
NullPointerException- ifobjisnull
-