public class StatusResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected short |
status |
| Modifier | Constructor and Description |
|---|---|
protected |
StatusResponse(short status,
String message)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the message associated with this response.
|
short |
getStatus()
Returns the status code associated with this response.
|
protected short status
protected String message
protected StatusResponse(short status,
String message)
public short getStatus()
public String getMessage()
Copyright © 2017. All rights reserved.