public class TeaResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
InputStream |
body |
HashMap<String,String> |
headers |
okhttp3.Response |
response |
int |
statusCode |
String |
statusMessage |
| Constructor and Description |
|---|
TeaResponse() |
TeaResponse(okhttp3.Response response) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getResponse() |
String |
getResponseBody() |
public okhttp3.Response response
public int statusCode
public String statusMessage
public InputStream body
public TeaResponse()
public TeaResponse(okhttp3.Response response)
public InputStream getResponse()
public String getResponseBody()
Copyright © 2021. All rights reserved.