public static class ParsedTransactionResponseKind.ParsedPublishResponseKind extends ParsedTransactionResponseKind
ParsedTransactionResponseKind.ParsedMergeCoinResponseKind, ParsedTransactionResponseKind.ParsedPublishResponseKind, ParsedTransactionResponseKind.ParsedSplitCoinResponseKind| Constructor and Description |
|---|
ParsedPublishResponseKind() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ParsedPublishResponse |
getPublish()
Gets publish.
|
int |
hashCode() |
void |
setPublish(ParsedPublishResponse publish)
Sets publish.
|
java.lang.String |
toString() |
public ParsedPublishResponse getPublish()
public void setPublish(ParsedPublishResponse publish)
publish - the publishpublic 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