public class RequestEmpty extends Object
| Constructor and Description |
|---|
RequestEmpty() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getStatus()
Need at least one field to create an empty JSON payload
|
int |
hashCode() |
void |
setStatus(String status) |
RequestEmpty |
status(String status) |
String |
toString() |
public RequestEmpty status(String status)
public String getStatus()
public void setStatus(String status)
Copyright © 2019. All rights reserved.