public static class ReadMemoryResponse.ResponseBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ReadMemoryResponse.ResponseBody |
create(String address) |
boolean |
equals(Object obj) |
String |
getAddress()
The address of the first byte of data returned.
|
String |
getData()
The bytes read from memory, encoded using base64.
|
Integer |
getUnreadableBytes()
The number of unreadable bytes encountered after the last successfully read byte.
|
int |
hashCode() |
ReadMemoryResponse.ResponseBody |
setAddress(String address) |
ReadMemoryResponse.ResponseBody |
setData(String data) |
ReadMemoryResponse.ResponseBody |
setUnreadableBytes(Integer unreadableBytes) |
public String getAddress()
public ReadMemoryResponse.ResponseBody setAddress(String address)
public Integer getUnreadableBytes()
public ReadMemoryResponse.ResponseBody setUnreadableBytes(Integer unreadableBytes)
public String getData()
public ReadMemoryResponse.ResponseBody setData(String data)
public static ReadMemoryResponse.ResponseBody create(String address)