java.lang.Object
org.web3j.protocol.parity.methods.response.Trace

public class Trace extends Object
Trace used in following methods.
  1. trace_call
  2. trace_rawTransaction
  3. trace_replayTransaction
  4. trace_block
  5. trace_filter
  6. trace_get
  • Constructor Details

  • Method Details

    • getAction

      public Trace.Action getAction()
    • setAction

      public void setAction(Trace.Action action)
    • getError

      public String getError()
    • setError

      public void setError(String error)
    • getResult

      public Trace.Result getResult()
    • setResult

      public void setResult(Trace.Result result)
    • getSubtraces

      public BigInteger getSubtraces()
    • setSubtraces

      public void setSubtraces(BigInteger subtraces)
    • getTraceAddress

      public List<BigInteger> getTraceAddress()
    • setTraceAddress

      public void setTraceAddress(List<BigInteger> traceAddress)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getBlockHash

      public String getBlockHash()
    • setBlockHash

      public void setBlockHash(String blockHash)
    • getBlockNumber

      public BigInteger getBlockNumber()
    • setBlockNumber

      public void setBlockNumber(BigInteger blockNumber)
    • getTransactionHash

      public String getTransactionHash()
    • setTransactionHash

      public void setTransactionHash(String transactionHash)
    • getTransactionPosition

      public BigInteger getTransactionPosition()
    • setTransactionPosition

      public void setTransactionPosition(BigInteger transactionPosition)
    • 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