public class ResponseWrapper extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseWrapper.ErrorEntity |
static class |
ResponseWrapper.ErrorObject |
| Modifier and Type | Field and Description |
|---|---|
ResponseWrapper.ErrorObject |
error |
int |
rateLimitQuota |
int |
rateLimitRemaining |
int |
rateLimitReset |
int |
responseCode |
String |
responseContent |
| Constructor and Description |
|---|
ResponseWrapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isServerResponse() |
void |
setErrorObject() |
void |
setRateLimit(String quota,
String remaining,
String reset) |
String |
toString() |
public int responseCode
public String responseContent
public ResponseWrapper.ErrorObject error
public int rateLimitQuota
public int rateLimitRemaining
public int rateLimitReset
Copyright © 2021. All rights reserved.