Class TransactionQueryBeanHelper
- java.lang.Object
-
- com.h2tcoin.takamakachain.transactions.TransactionQueryBeanHelper
-
public class TransactionQueryBeanHelper extends Object
- Author:
- iris.dimni
-
-
Constructor Summary
Constructors Constructor Description TransactionQueryBeanHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DecodedTransactionQueryBean
decodeBlockDownloadRequest(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic DecodedTransactionQueryBean
decodeBlockDownloadResponse(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic DecodedTransactionQueryBean
decodeSearchRequest(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic DecodedTransactionQueryBean
decodeSearchResponse(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic String
prettyPrint(DecodedTransactionQueryBean input)
returns a string of the input object with the fields presented in a human readable format
-
-
-
Method Detail
-
decodeSearchResponse
public static DecodedTransactionQueryBean decodeSearchResponse(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBean- Parameters:
input
-- Returns:
-
decodeSearchRequest
public static DecodedTransactionQueryBean decodeSearchRequest(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBean- Parameters:
input
-- Returns:
-
decodeBlockDownloadResponse
public static DecodedTransactionQueryBean decodeBlockDownloadResponse(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBean- Parameters:
input
-- Returns:
-
decodeBlockDownloadRequest
public static DecodedTransactionQueryBean decodeBlockDownloadRequest(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBean- Parameters:
input
-- Returns:
-
prettyPrint
public static String prettyPrint(DecodedTransactionQueryBean input) throws NoSuchAlgorithmException
returns a string of the input object with the fields presented in a human readable format- Parameters:
input
-- Returns:
- Throws:
NoSuchAlgorithmException
-
-