public class ResponseInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResponseInfo.Builder
Builder for
ResponseInfo objects. |
Modifier and Type | Method and Description |
---|---|
Long |
getOperationsCount()
Returns the number of operationsCount from the response.
|
String |
getPayload()
Gets the response payload (e.g., XML, HTTP request).
|
String |
getRequestId()
Gets the SOAP response request ID.
|
Long |
getResponseTime()
Returns the response time in milliseconds.
|
String |
toString() |
public String getPayload()
public String getRequestId()
@Nullable public Long getOperationsCount()
Copyright © 2018. All Rights Reserved.