public static final class SimulateTransactionResponse.LedgerEntryChange
extends java.lang.Object
| Constructor and Description |
|---|
LedgerEntryChange(java.lang.String type,
java.lang.String key,
java.lang.String before,
java.lang.String after) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAfter() |
java.lang.String |
getBefore() |
java.lang.String |
getKey() |
java.lang.String |
getType() |
int |
hashCode() |
LedgerEntry |
parseAfter()
Parses the
after field from a string to an LedgerEntry
object. |
LedgerEntry |
parseBefore()
Parses the
before field from a string to an LedgerEntry
object. |
LedgerKey |
parseKey()
Parses the
key field from a string to an LedgerKey
object. |
java.lang.String |
toString() |
public LedgerEntryChange(java.lang.String type,
java.lang.String key,
java.lang.String before,
java.lang.String after)
public LedgerKey parseKey()
key field from a string to an LedgerKey
object.LedgerKey objectpublic LedgerEntry parseBefore()
before field from a string to an LedgerEntry
object.LedgerEntry objectpublic LedgerEntry parseAfter()
after field from a string to an LedgerEntry
object.LedgerEntry objectpublic java.lang.String getType()
public java.lang.String getKey()
public java.lang.String getBefore()
public java.lang.String getAfter()
public 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