public class ServiceResponse extends Object
| Constructor and Description |
|---|
ServiceResponse(int responseCode,
int responseBytes) |
ServiceResponse(int responseCode,
int responseBytes,
String faultCode,
String faultString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object value) |
String |
getFaultCode() |
String |
getFaultString() |
int |
getResponseBytes() |
int |
getResponseCode() |
int |
hashCode() |
String |
toString() |