Class InstructionTypeKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.flow.node.supported.instructions.InstructionTypeKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.yang.binding.Identifier<InstructionType>
@Generated("mdsal-binding-generator")
public class InstructionTypeKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Identifier<InstructionType>
This class represents the key of
InstructionType
class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstructionTypeKey
(@NonNull String _instruction) Constructs an instance.InstructionTypeKey
(InstructionTypeKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
InstructionTypeKey
Constructs an instance.- Parameters:
_instruction
- the entity instruction- Throws:
NullPointerException
- if any of the arguments are null
-
InstructionTypeKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getInstruction
Return instruction, guaranteed to be non-null.- Returns:
String
instruction, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-