Class EthLog
- java.lang.Object
-
- org.web3j.protocol.core.Response<java.util.List<EthLog.LogResult>>
-
- org.web3j.protocol.core.methods.response.EthLog
-
public class EthLog extends Response<java.util.List<EthLog.LogResult>>
Log object returned by:- eth_getFilterChanges
- eth_getFilterLogs
- eth_getLogs
See docs for further details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EthLog.Hash
static class
EthLog.LogObject
static interface
EthLog.LogResult<T>
static class
EthLog.LogResultDeserialiser
-
Nested classes/interfaces inherited from class org.web3j.protocol.core.Response
Response.Error
-
-
Constructor Summary
Constructors Constructor Description EthLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<EthLog.LogResult>
getLogs()
void
setResult(java.util.List<EthLog.LogResult> result)
-
Methods inherited from class org.web3j.protocol.core.Response
getError, getId, getJsonrpc, getRawResponse, getResult, hasError, setError, setId, setJsonrpc, setRawResponse
-
-
-
-
Method Detail
-
setResult
public void setResult(java.util.List<EthLog.LogResult> result)
- Overrides:
setResult
in classResponse<java.util.List<EthLog.LogResult>>
-
getLogs
public java.util.List<EthLog.LogResult> getLogs()
-
-