public class TeaResponse extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
InputStream |
body |
HashMap<String,String> |
headers |
okhttp3.Response |
response |
int |
statusCode |
String |
statusMessage |
| 构造器和说明 |
|---|
TeaResponse() |
TeaResponse(okhttp3.Response response) |
public okhttp3.Response response
public int statusCode
public String statusMessage
public InputStream body
public InputStream getResponse()
public String getResponseBody()
Copyright © 2020. All rights reserved.