public class PostResult extends Object
| Constructor and Description |
|---|
PostResult(Map<String,Object> chunk,
Exception e) |
PostResult(Map<String,Object> chunk,
int statusCode,
String response) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getData() |
Exception |
getException() |
String |
getResponse() |
Integer |
getStatusCode() |
boolean |
success() |
String |
toString() |
Copyright © 2016. All rights reserved.