Class APIV1POSTTransactionSignResponse
- java.lang.Object
-
- com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
-
public class APIV1POSTTransactionSignResponse extends Object
APIV1POSTTransactionSignResponse is the repsonse to `POST /v1/transaction/sign` friendly:SignTransactionResponse
-
-
Constructor Summary
Constructors Constructor Description APIV1POSTTransactionSignResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)APIV1POSTTransactionSignResponseerror(Boolean error)StringgetMessage()Get messagebyte[]getSignedTransaction()Get signedTransactioninthashCode()BooleanisError()Get errorAPIV1POSTTransactionSignResponsemessage(String message)voidsetError(Boolean error)voidsetMessage(String message)voidsetSignedTransaction(byte[] signedTransaction)APIV1POSTTransactionSignResponsesignedTransaction(byte[] signedTransaction)StringtoString()
-
-
-
Method Detail
-
error
public APIV1POSTTransactionSignResponse error(Boolean error)
-
isError
public Boolean isError()
Get error- Returns:
- error
-
setError
public void setError(Boolean error)
-
message
public APIV1POSTTransactionSignResponse message(String message)
-
getMessage
public String getMessage()
Get message- Returns:
- message
-
setMessage
public void setMessage(String message)
-
signedTransaction
public APIV1POSTTransactionSignResponse signedTransaction(byte[] signedTransaction)
-
getSignedTransaction
public byte[] getSignedTransaction()
Get signedTransaction- Returns:
- signedTransaction
-
setSignedTransaction
public void setSignedTransaction(byte[] signedTransaction)
-
-