Class Log
java.lang.Object
io.goodforgod.api.etherscan.model.Log
- Since:
- 31.10.2018
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Log.LogBuilderbuilder()booleangetData()Return the "timeStamp" field of the event record as a long-int representing the seconds since the Unix epoch (1970-01-01 00:00:00).inthashCode()toString()
-
Constructor Details
-
Log
protected Log()
-
-
Method Details
-
getBlockNumber
-
getAddress
-
getTransactionHash
-
getTransactionIndex
-
getTimeStamp
-
getTimeStampAsSeconds
Return the "timeStamp" field of the event record as a long-int representing the seconds since the Unix epoch (1970-01-01 00:00:00).- Returns:
- milliseconds between Unix epoch and `timeStamp`. If field is empty or null, returns null
-
getData
-
getGasPrice
-
getGasUsed
-
getTopics
-
getLogIndex
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
-