public static class ResponseInfo.Builder extends Object
ResponseInfo
objects.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResponseInfo |
build()
Returns the ResponseInfo this Builder has been constructing.
|
ResponseInfo.Builder |
withOperationsCount(Long operationsCount) |
ResponseInfo.Builder |
withPayload(String payload)
Adds the response payload to the ResponseInfo under construction.
|
ResponseInfo.Builder |
withRequestId(String requestId)
Adds the SOAP response request ID to the ResponseInfo under construction.
|
ResponseInfo.Builder |
withResponseTimeMillis(Long responseTimeMillis) |
public ResponseInfo.Builder withPayload(String payload)
public ResponseInfo.Builder withRequestId(String requestId)
public ResponseInfo.Builder withOperationsCount(@Nullable Long operationsCount)
public ResponseInfo.Builder withResponseTimeMillis(@Nullable Long responseTimeMillis)
public ResponseInfo build()
Copyright © 2018. All Rights Reserved.