java.io.Serializablepublic class ResponseWrapper
extends java.lang.Object
implements java.io.Serializable
| 限定符和类型 | 类 | 说明 |
|---|---|---|
static class |
ResponseWrapper.ErrorEntity |
|
static class |
ResponseWrapper.ErrorObject |
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
ResponseWrapper.ErrorObject |
error |
|
int |
rateLimitQuota |
|
int |
rateLimitRemaining |
|
int |
rateLimitReset |
|
int |
responseCode |
|
java.lang.String |
responseContent |
| 构造器 | 说明 |
|---|---|
ResponseWrapper() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
boolean |
isServerResponse() |
|
void |
setErrorObject() |
|
void |
setRateLimit(java.lang.String quota,
java.lang.String remaining,
java.lang.String reset) |
|
java.lang.String |
toString() |
public int responseCode
public java.lang.String responseContent
public ResponseWrapper.ErrorObject error
public int rateLimitQuota
public int rateLimitRemaining
public int rateLimitReset
Copyright © 2018. All Rights Reserved.