Package org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.remove.flows.batch.input
Class BatchRemoveFlowsKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.flows.service.rev160314.remove.flows.batch.input.BatchRemoveFlowsKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.yang.binding.Key<BatchRemoveFlows>
@Generated("mdsal-binding-generator")
public class BatchRemoveFlowsKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Key<BatchRemoveFlows>
This class represents the key of
BatchRemoveFlows
class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchRemoveFlowsKey
(@NonNull FlowId _flowId) Constructs an instance.Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
BatchRemoveFlowsKey
Constructs an instance.- Parameters:
_flowId
- the entity flowId- Throws:
NullPointerException
- if any of the arguments are null
-
BatchRemoveFlowsKey
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
-