Class TransactionQueryBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.transactions.TransactionQueryBean
-
- All Implemented Interfaces:
Serializable
public class TransactionQueryBean extends Object implements Serializable
- Author:
- iris.dimni
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionQueryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetBlockGSON()StringgetBlockHashGSON()StringgetLimitPointerGSON()StringgetPreviousBlockGSON()StringgetStatePointerGSON()KeyContexts.TransactionQueryTypegetTransactionQueryType()inthashCode()voidsetBlockGSON(String blockGSON)voidsetBlockHashGSON(String blockHashGSON)voidsetLimitPointerGSON(String limitPointerGSON)voidsetPreviousBlockGSON(String previousBlockGSON)voidsetStatePointerGSON(String statePointerGSON)voidsetTransactionQueryType(KeyContexts.TransactionQueryType transactionQueryType)
-
-
-
Method Detail
-
getTransactionQueryType
public KeyContexts.TransactionQueryType getTransactionQueryType()
- Returns:
-
setTransactionQueryType
public void setTransactionQueryType(KeyContexts.TransactionQueryType transactionQueryType)
- Parameters:
transactionQueryType-
-
getBlockGSON
public String getBlockGSON()
- Returns:
-
setBlockGSON
public void setBlockGSON(String blockGSON)
- Parameters:
blockGSON-
-
getPreviousBlockGSON
public String getPreviousBlockGSON()
- Returns:
-
setPreviousBlockGSON
public void setPreviousBlockGSON(String previousBlockGSON)
- Parameters:
previousBlockGSON-
-
getLimitPointerGSON
public String getLimitPointerGSON()
-
setLimitPointerGSON
public void setLimitPointerGSON(String limitPointerGSON)
-
getBlockHashGSON
public String getBlockHashGSON()
- Returns:
-
setBlockHashGSON
public void setBlockHashGSON(String blockHashGSON)
- Parameters:
blockHashGSON-
-
getStatePointerGSON
public String getStatePointerGSON()
- Returns:
-
setStatePointerGSON
public void setStatePointerGSON(String statePointerGSON)
- Parameters:
statePointerGSON-
-
-