public class ApiResponse extends Object implements Serializable
| Constructor and Description |
|---|
ApiResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResultCode()
Get the code of the result of an Authlete API call.
|
String |
getResultMessage()
Get the message of the result of an Authlete API call.
|
void |
setResultCode(String code)
Set the code of the result of an Authlete API call.
|
void |
setResultMessage(String message)
Set the message of the result of an Authlete API call.
|
public String getResultCode()
A004001".public void setResultCode(String code)
code - The result code.public String getResultMessage()
[A001202] /client/get/list, Authorization header is missing."public void setResultMessage(String message)
message - The result message.Copyright © 2017. All rights reserved.