public class MapResponse extends Object
| Constructor and Description |
|---|
MapResponse() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getBody() |
String |
getMessage() |
String |
getStatus() |
void |
setBody(Map<String,String> body) |
void |
setMessage(String message) |
void |
setStatus(String status) |
String |
toString() |
Copyright © 2021. All rights reserved.