public class NonHashData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NonHashData.NonHashDataBuilder
Builder of NonHashData.
|
| Modifier and Type | Method and Description |
|---|---|
static NonHashData.NonHashDataBuilder |
builder()
Create NonHashDataBuilder.
|
boolean |
equals(java.lang.Object o) |
Timestamp |
getLocalLedgerCommitTimestamp()
Get localLedgerCommitTimestamp.
|
java.util.List<TransactionResult> |
getTransactionResults()
Get transactionResults.
|
int |
hashCode() |
void |
setLocalLedgerCommitTimestamp(Timestamp localLedgerCommitTimestamp)
Set localLedgerCommitTimestamp.
|
void |
setTransactionResults(java.util.List<TransactionResult> transactionResults)
Set a set of transactionResult.
|
java.lang.String |
toString() |
public static NonHashData.NonHashDataBuilder builder()
public Timestamp getLocalLedgerCommitTimestamp()
public java.util.List<TransactionResult> getTransactionResults()
public void setLocalLedgerCommitTimestamp(Timestamp localLedgerCommitTimestamp)
localLedgerCommitTimestamp - localLedgerCommitTimestamppublic void setTransactionResults(java.util.List<TransactionResult> transactionResults)
transactionResults - transactionResultspublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object