public static class DisassembleResponse.ResponseBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static DisassembleResponse.ResponseBody |
create(List<DisassembledInstruction> instructions) |
boolean |
equals(Object obj) |
List<DisassembledInstruction> |
getInstructions()
The list of disassembled instructions.
|
int |
hashCode() |
DisassembleResponse.ResponseBody |
setInstructions(List<DisassembledInstruction> instructions) |
public List<DisassembledInstruction> getInstructions()
public DisassembleResponse.ResponseBody setInstructions(List<DisassembledInstruction> instructions)
public static DisassembleResponse.ResponseBody create(List<DisassembledInstruction> instructions)