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