public final class PrunableMessage
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static DbIterator<PrunableMessage> |
getAll(int from,
int to) |
int |
getBlockTimestamp() |
static int |
getCount() |
EncryptedData |
getEncryptedData() |
int |
getHeight() |
long |
getId() |
byte[] |
getMessage() |
static PrunableMessage |
getPrunableMessage(long transactionId) |
static DbIterator<PrunableMessage> |
getPrunableMessages(long accountId,
int from,
int to) |
static DbIterator<PrunableMessage> |
getPrunableMessages(long accountId,
long otherAccountId,
int from,
int to) |
long |
getRecipientId() |
long |
getSenderId() |
int |
getTransactionTimestamp() |
boolean |
isCompressed() |
boolean |
isText() |
java.lang.String |
toString() |
public static int getCount()
public static DbIterator<PrunableMessage> getAll(int from, int to)
public static PrunableMessage getPrunableMessage(long transactionId)
public static DbIterator<PrunableMessage> getPrunableMessages(long accountId, int from, int to)
public static DbIterator<PrunableMessage> getPrunableMessages(long accountId, long otherAccountId, int from, int to)
public byte[] getMessage()
public EncryptedData getEncryptedData()
public boolean isText()
public boolean isCompressed()
public long getId()
public long getSenderId()
public long getRecipientId()
public int getTransactionTimestamp()
public int getBlockTimestamp()
public int getHeight()
public java.lang.String toString()
toString
in class java.lang.Object