public static final class Instructions.MeterInstruction extends java.lang.Object implements Instruction
Instruction.Type
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
MeterId |
meterId() |
java.lang.String |
toString() |
Instruction.Type |
type()
Returns the type of instruction.
|
public MeterId meterId()
public Instruction.Type type()
Instruction
type
in interface Instruction
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object