public class TransactionSearchCriteria extends SearchCriteria<TransactionSearchCriteria>
Constructor and Description |
---|
TransactionSearchCriteria(TransactionGroup group) |
Modifier and Type | Method and Description |
---|---|
TransactionSearchCriteria |
address(Address address) |
TransactionSearchCriteria |
embedded(java.lang.Boolean embedded) |
boolean |
equals(java.lang.Object o) |
TransactionSearchCriteria |
fromHeight(java.math.BigInteger fromHeight) |
TransactionSearchCriteria |
fromTransferAmount(java.math.BigInteger fromTransferAmount) |
Address |
getAddress() |
java.lang.Boolean |
getEmbedded() |
java.math.BigInteger |
getFromHeight() |
java.math.BigInteger |
getFromTransferAmount() |
TransactionGroup |
getGroup() |
java.math.BigInteger |
getHeight() |
java.lang.String |
getId() |
Address |
getRecipientAddress() |
PublicKey |
getSignerPublicKey() |
java.math.BigInteger |
getToHeight() |
java.math.BigInteger |
getToTransferAmount() |
java.util.List<TransactionType> |
getTransactionTypes() |
MosaicId |
getTransferMosaicId() |
int |
hashCode() |
TransactionSearchCriteria |
height(java.math.BigInteger height) |
TransactionSearchCriteria |
id(java.lang.String id) |
TransactionSearchCriteria |
recipientAddress(Address recipientAddress) |
void |
setAddress(Address address) |
void |
setEmbedded(java.lang.Boolean embedded) |
void |
setFromHeight(java.math.BigInteger fromHeight) |
void |
setFromTransferAmount(java.math.BigInteger fromTransferAmount) |
void |
setHeight(java.math.BigInteger height) |
void |
setId(java.lang.String id) |
void |
setRecipientAddress(Address recipientAddress) |
void |
setSignerPublicKey(PublicKey signerPublicKey) |
void |
setToHeight(java.math.BigInteger toHeight) |
void |
setToTransferAmount(java.math.BigInteger toTransferAmount) |
void |
setTransactionTypes(java.util.List<TransactionType> transactionTypes) |
void |
setTransferMosaicId(MosaicId transferMosaicId) |
TransactionSearchCriteria |
signerPublicKey(PublicKey signerPublicKey) |
TransactionSearchCriteria |
toHeight(java.math.BigInteger toHeight) |
TransactionSearchCriteria |
toTransferAmount(java.math.BigInteger toTransferAmount) |
TransactionSearchCriteria |
transactionTypes(java.util.List<TransactionType> transactionTypes) |
TransactionSearchCriteria |
transferMosaicId(MosaicId transferMosaicId) |
getOffset, getOrder, getPageNumber, getPageSize, offset, order, pageNumber, pageSize, setOffset, setOrder, setPageNumber, setPageSize
public TransactionSearchCriteria(TransactionGroup group)
group
- the group you are searching for.public java.lang.String getId()
public void setId(java.lang.String id)
public Address getAddress()
public void setAddress(Address address)
public Address getRecipientAddress()
public void setRecipientAddress(Address recipientAddress)
public PublicKey getSignerPublicKey()
public void setSignerPublicKey(PublicKey signerPublicKey)
public java.math.BigInteger getHeight()
public void setHeight(java.math.BigInteger height)
public TransactionGroup getGroup()
public java.util.List<TransactionType> getTransactionTypes()
public void setTransactionTypes(java.util.List<TransactionType> transactionTypes)
public java.lang.Boolean getEmbedded()
public void setEmbedded(java.lang.Boolean embedded)
public TransactionSearchCriteria id(java.lang.String id)
public TransactionSearchCriteria transactionTypes(java.util.List<TransactionType> transactionTypes)
public TransactionSearchCriteria address(Address address)
public TransactionSearchCriteria recipientAddress(Address recipientAddress)
public TransactionSearchCriteria signerPublicKey(PublicKey signerPublicKey)
public TransactionSearchCriteria height(java.math.BigInteger height)
public TransactionSearchCriteria embedded(java.lang.Boolean embedded)
public java.math.BigInteger getFromHeight()
public void setFromHeight(java.math.BigInteger fromHeight)
public TransactionSearchCriteria fromHeight(java.math.BigInteger fromHeight)
public java.math.BigInteger getToHeight()
public void setToHeight(java.math.BigInteger toHeight)
public TransactionSearchCriteria toHeight(java.math.BigInteger toHeight)
public MosaicId getTransferMosaicId()
public void setTransferMosaicId(MosaicId transferMosaicId)
public TransactionSearchCriteria transferMosaicId(MosaicId transferMosaicId)
public java.math.BigInteger getFromTransferAmount()
public void setFromTransferAmount(java.math.BigInteger fromTransferAmount)
public TransactionSearchCriteria fromTransferAmount(java.math.BigInteger fromTransferAmount)
public java.math.BigInteger getToTransferAmount()
public void setToTransferAmount(java.math.BigInteger toTransferAmount)
public TransactionSearchCriteria toTransferAmount(java.math.BigInteger toTransferAmount)
public boolean equals(java.lang.Object o)
equals
in class SearchCriteria<TransactionSearchCriteria>
public int hashCode()
hashCode
in class SearchCriteria<TransactionSearchCriteria>