public interface CallbackResult
| 限定符和类型 | 方法和说明 | 
|---|---|
InputStream | 
getCallbackResponseBody()
Gets the response body of the callback request. 
 | 
void | 
setCallbackResponseBody(InputStream callbackResponseBody)
Sets the callback response body. 
 | 
InputStream getCallbackResponseBody()
InputStream instance of the response body.void setCallbackResponseBody(InputStream callbackResponseBody)
callbackResponseBody - The InputStream instance of the response body.Copyright © 2019. All Rights Reserved.