public class ResponseBean extends Object
| Constructor and Description |
|---|
ResponseBean()
Instantiates a new response bean.
|
ResponseBean(String status)
Instantiates a new response bean.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the message.
|
String |
getStatus()
Gets the status.
|
void |
setMessage(String message)
Sets the message.
|
void |
setStatus(String status)
Sets the status.
|
public ResponseBean()
public ResponseBean(String status)
status - the statuspublic String getStatus()
public void setStatus(String status)
status - the new statuspublic String getMessage()
public void setMessage(String message)
message - the new messageCopyright © 2016 WSO2. All rights reserved.