public static class Instructions.ExtensionInstructionWrapper extends java.lang.Object implements Instruction
Instruction.Type| Modifier and Type | Method and Description |
|---|---|
DeviceId |
deviceId() |
boolean |
equals(java.lang.Object obj) |
ExtensionTreatment |
extensionInstruction() |
int |
hashCode() |
java.lang.String |
toString() |
Instruction.Type |
type()
Returns the type of instruction.
|
public ExtensionTreatment extensionInstruction()
public DeviceId deviceId()
public Instruction.Type type()
Instructiontype in interface Instructionpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object