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 APIV1POSTKeyResponse
address(String address)
boolean
equals(Object o)
APIV1POSTKeyResponse
error(Boolean error)
String
getAddress()
Get addressString
getMessage()
Get messageint
hashCode()
Boolean
isError()
Get errorAPIV1POSTKeyResponse
message(String message)
void
setAddress(String address)
void
setError(Boolean error)
void
setMessage(String message)
String
toString()
-
-
-
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)
-
-