Class BatchAddFlowsKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.add.flows.batch.input.BatchAddFlowsKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.yang.binding.Key<BatchAddFlows>
@Generated("mdsal-binding-generator")
public class BatchAddFlowsKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Key<BatchAddFlows>
This class represents the key of
BatchAddFlows
class.- See Also:
-
Constructor Summary
ConstructorDescriptionBatchAddFlowsKey
(@NonNull FlowId _flowId) Constructs an instance.BatchAddFlowsKey
(BatchAddFlowsKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
BatchAddFlowsKey
Constructs an instance.- Parameters:
_flowId
- the entity flowId- Throws:
NullPointerException
- if any of the arguments are null
-
BatchAddFlowsKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getFlowId
Return flowId, guaranteed to be non-null.- Returns:
FlowId
flowId, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-