Package nxt.http.responses
Class TaggedDataResponseImpl
java.lang.Object
nxt.http.responses.TaggedDataResponseImpl
- All Implemented Interfaces:
TaggedDataResponse
-
Method Details
-
getTransactionFullHash
public byte[] getTransactionFullHash()- Specified by:
getTransactionFullHashin interfaceTaggedDataResponse
-
getAccount
public long getAccount()- Specified by:
getAccountin interfaceTaggedDataResponse
-
getName
- Specified by:
getNamein interfaceTaggedDataResponse
-
getDescription
- Specified by:
getDescriptionin interfaceTaggedDataResponse
-
getTags
- Specified by:
getTagsin interfaceTaggedDataResponse
-
getParsedTags
- Specified by:
getParsedTagsin interfaceTaggedDataResponse
-
getType
- Specified by:
getTypein interfaceTaggedDataResponse
-
getChannel
- Specified by:
getChannelin interfaceTaggedDataResponse
-
getFilename
- Specified by:
getFilenamein interfaceTaggedDataResponse
-
isText
public boolean isText()- Specified by:
isTextin interfaceTaggedDataResponse
-
getData
public byte[] getData()- Specified by:
getDatain interfaceTaggedDataResponse
-
getTransactionTimestamp
public int getTransactionTimestamp()- Specified by:
getTransactionTimestampin interfaceTaggedDataResponse
-
getBlockTimestamp
public int getBlockTimestamp()- Specified by:
getBlockTimestampin interfaceTaggedDataResponse
-