public class MinedTransactionDetail extends Object implements Serializable
| Constructor and Description |
|---|
MinedTransactionDetail() |
MinedTransactionDetail(String hash,
String blockHash,
long blockTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getBlockHash() |
long |
getBlockTimestamp() |
String |
getHash() |
int |
hashCode() |
void |
setBlockHash(String blockHash) |
void |
setBlockTimestamp(long blockTimestamp) |
void |
setHash(String hash) |
String |
toString() |
public MinedTransactionDetail(String hash, String blockHash, long blockTimestamp)
public MinedTransactionDetail()
public String getHash()
public String getBlockHash()
public long getBlockTimestamp()
public void setHash(String hash)
public void setBlockHash(String blockHash)
public void setBlockTimestamp(long blockTimestamp)
protected boolean canEqual(Object other)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.