Class APIV1POSTMultisigImportResponse
- java.lang.Object
-
- com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
-
public class APIV1POSTMultisigImportResponse extends Object
APIV1POSTMultisigImportResponse is the response to `POST /v1/multisig/import` friendly:ImportMultisigResponse
-
-
Constructor Summary
Constructors Constructor Description APIV1POSTMultisigImportResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APIV1POSTMultisigImportResponseaddress(String address)booleanequals(Object o)APIV1POSTMultisigImportResponseerror(Boolean error)StringgetAddress()Get addressStringgetMessage()Get messageinthashCode()BooleanisError()Get errorAPIV1POSTMultisigImportResponsemessage(String message)voidsetAddress(String address)voidsetError(Boolean error)voidsetMessage(String message)StringtoString()
-
-
-
Method Detail
-
address
public APIV1POSTMultisigImportResponse address(String address)
-
getAddress
public String getAddress()
Get address- Returns:
- address
-
setAddress
public void setAddress(String address)
-
error
public APIV1POSTMultisigImportResponse error(Boolean error)
-
isError
public Boolean isError()
Get error- Returns:
- error
-
setError
public void setError(Boolean error)
-
message
public APIV1POSTMultisigImportResponse message(String message)
-
getMessage
public String getMessage()
Get message- Returns:
- message
-
setMessage
public void setMessage(String message)
-
-