public static class CompositeResponse.CompositeSubResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
httpHeaders |
int |
httpStatusCode |
JSONObject |
json |
java.lang.String |
referenceId |
Constructor and Description |
---|
CompositeSubResponse(JSONObject subResponseJson) |
Modifier and Type | Method and Description |
---|---|
JSONArray |
bodyAsJSONArray() |
JSONObject |
bodyAsJSONObject() |
boolean |
isSuccess() |
java.lang.String |
toString() |
public final java.util.Map<java.lang.String,java.lang.String> httpHeaders
public final int httpStatusCode
public final java.lang.String referenceId
public final JSONObject json