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 boolean
equals(Object obj)
String
getBlockGSON()
String
getBlockHashGSON()
String
getLimitPointerGSON()
String
getPreviousBlockGSON()
String
getStatePointerGSON()
KeyContexts.TransactionQueryType
getTransactionQueryType()
int
hashCode()
void
setBlockGSON(String blockGSON)
void
setBlockHashGSON(String blockHashGSON)
void
setLimitPointerGSON(String limitPointerGSON)
void
setPreviousBlockGSON(String previousBlockGSON)
void
setStatePointerGSON(String statePointerGSON)
void
setTransactionQueryType(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
-
-
-