public class AbstractAPIResponse extends Object implements APIResponse
| 限定符和类型 | 字段和说明 |
|---|---|
protected com.google.gson.Gson |
gson |
protected org.yelong.http.response.HttpResponse |
httpResponse |
| 构造器和说明 |
|---|
AbstractAPIResponse(org.yelong.http.response.HttpResponse httpResponse) |
protected final com.google.gson.Gson gson
protected org.yelong.http.response.HttpResponse httpResponse
public AbstractAPIResponse(org.yelong.http.response.HttpResponse httpResponse)
public String getErrorCode()
getErrorCode 在接口中 APIResponsepublic String getErrorMsg()
getErrorMsg 在接口中 APIResponsepublic boolean isSuccess()
isSuccess 在接口中 APIResponsepublic org.yelong.http.response.HttpResponse getHttpResponse()
APIResponsegetHttpResponse 在接口中 APIResponseCopyright © 2020. All rights reserved.