public class TaggedDataResponseImpl extends java.lang.Object implements TaggedDataResponse
| Modifier and Type | Method and Description |
|---|---|
long |
getAccount() |
int |
getBlockTimestamp() |
java.lang.String |
getChannel() |
byte[] |
getData() |
java.lang.String |
getDescription() |
java.lang.String |
getFilename() |
java.lang.String |
getName() |
java.util.List<java.lang.String> |
getParsedTags() |
java.lang.String |
getTags() |
byte[] |
getTransactionFullHash() |
int |
getTransactionTimestamp() |
java.lang.String |
getType() |
boolean |
isText() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic byte[] getTransactionFullHash()
getTransactionFullHash in interface TaggedDataResponsepublic long getAccount()
getAccount in interface TaggedDataResponsepublic java.lang.String getName()
getName in interface TaggedDataResponsepublic java.lang.String getDescription()
getDescription in interface TaggedDataResponsepublic java.lang.String getTags()
getTags in interface TaggedDataResponsepublic java.util.List<java.lang.String> getParsedTags()
getParsedTags in interface TaggedDataResponsepublic java.lang.String getType()
getType in interface TaggedDataResponsepublic java.lang.String getChannel()
getChannel in interface TaggedDataResponsepublic java.lang.String getFilename()
getFilename in interface TaggedDataResponsepublic boolean isText()
isText in interface TaggedDataResponsepublic byte[] getData()
getData in interface TaggedDataResponsepublic int getTransactionTimestamp()
getTransactionTimestamp in interface TaggedDataResponsepublic int getBlockTimestamp()
getBlockTimestamp in interface TaggedDataResponse