public class GeneralResponse extends Object
GeneralResponse class.
Constructor and Description |
---|
GeneralResponse()
Constructor for GeneralResponse.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Getter for the field
message . |
String |
getStatus()
Getter for the field
status . |
void |
setMessage(String message)
Setter for the field
message . |
void |
setStatus(String status)
Setter for the field
status . |
Copyright © 2015 Oracle and/or its affiliates. All rights reserved.