Class InstructionKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.queue.InstructionKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.yang.binding.Identifier<Instruction>
@Generated("mdsal-binding-generator")
public class InstructionKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Identifier<Instruction>
This class represents the key of
Instruction
class.- See Also:
-
Constructor Summary
ConstructorDescriptionInstructionKey
(@NonNull InstructionId _id) Constructs an instance.InstructionKey
(InstructionKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
InstructionKey
Constructs an instance.- Parameters:
_id
- the entity id- Throws:
NullPointerException
- if any of the arguments are null
-
InstructionKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getId
Return id, guaranteed to be non-null.- Returns:
InstructionId
id, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-