public class ResponseData extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
content |
Map<String,String> |
headers |
Object |
json |
int |
status_code |
String |
text |
| Constructor and Description |
|---|
ResponseData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
String |
getText() |
void |
setHeaders(org.apache.http.Header[] headerArray) |
void |
setStatusCode(int status_code) |
void |
setText(String text) |
String |
toString() |
public int status_code
public String text
public String content
public Object json
Copyright © 2017. All rights reserved.