java.lang.Object
org.web3j.protocol.core.methods.response.Log
Direct Known Subclasses:
EthLog.LogObject

public class Log extends Object
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 Details

  • Method Details

    • isRemoved

      public boolean isRemoved()
    • setRemoved

      public void setRemoved(boolean removed)
    • getLogIndex

      public BigInteger getLogIndex()
    • getLogIndexRaw

      public String getLogIndexRaw()
    • setLogIndex

      public void setLogIndex(String logIndex)
    • getTransactionIndex

      public BigInteger getTransactionIndex()
    • getTransactionIndexRaw

      public String getTransactionIndexRaw()
    • setTransactionIndex

      public void setTransactionIndex(String transactionIndex)
    • getTransactionHash

      public String getTransactionHash()
    • setTransactionHash

      public void setTransactionHash(String transactionHash)
    • getBlockHash

      public String getBlockHash()
    • setBlockHash

      public void setBlockHash(String blockHash)
    • getBlockNumber

      public BigInteger getBlockNumber()
    • getBlockNumberRaw

      public String getBlockNumberRaw()
    • setBlockNumber

      public void setBlockNumber(String blockNumber)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getData

      public String getData()
    • setData

      public void setData(String data)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getTopics

      public List<String> getTopics()
    • setTopics

      public void setTopics(List<String> topics)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object