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