Class Log
java.lang.Object
org.web3j.protocol.core.methods.response.Log
- Direct Known Subclasses:
EthLog.LogObject
Log object used by
EthLog and EthGetTransactionReceipt.
It's not clear in the docs If only a list of hashes are returned for filters created with eth_newBlockFilter or eth_newPendingTransactionFilter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetData()getType()inthashCode()booleanvoidsetAddress(String address) voidsetBlockHash(String blockHash) voidsetBlockNumber(String blockNumber) voidvoidsetLogIndex(String logIndex) voidsetRemoved(boolean removed) voidvoidsetTransactionHash(String transactionHash) voidsetTransactionIndex(String transactionIndex) voidtoString()
-
Constructor Details
-
Log
public Log() -
Log
-
-
Method Details
-
isRemoved
public boolean isRemoved() -
setRemoved
public void setRemoved(boolean removed) -
getLogIndex
-
getLogIndexRaw
-
setLogIndex
-
getTransactionIndex
-
getTransactionIndexRaw
-
setTransactionIndex
-
getTransactionHash
-
setTransactionHash
-
getBlockHash
-
setBlockHash
-
getBlockNumber
-
getBlockNumberRaw
-
setBlockNumber
-
getAddress
-
setAddress
-
getData
-
setData
-
getType
-
setType
-
getTopics
-
setTopics
-
equals
-
hashCode
public int hashCode() -
toString
-