public class EthLog extends Response<java.util.List<EthLog.LogResult>>
See docs for further details.
| Modifier and Type | Class and Description |
|---|---|
static class |
EthLog.Hash |
static class |
EthLog.LogObject |
static interface |
EthLog.LogResult<T> |
static class |
EthLog.LogResultDeserialiser |
Response.Error| Constructor and Description |
|---|
EthLog() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EthLog.LogResult> |
getLogs() |
void |
setResult(java.util.List<EthLog.LogResult> result) |
getError, getId, getJsonrpc, getResult, hasError, setError, setId, setJsonrpcpublic void setResult(java.util.List<EthLog.LogResult> result)
setResult in class Response<java.util.List<EthLog.LogResult>>public java.util.List<EthLog.LogResult> getLogs()