public class HttpResponse extends Object
| Constructor and Description |
|---|
HttpResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getMessage() |
String |
getPayload() |
void |
setCode(int code) |
void |
setMessage(String message) |
void |
setPayload(String payload) |
Copyright © 2021. All rights reserved.