cn.jpush.api.common.resp
类 ResponseWrapper

java.lang.Object
  继承者 cn.jpush.api.common.resp.ResponseWrapper

public class ResponseWrapper
extends Object


嵌套类摘要
 class ResponseWrapper.ErrorEntity
           
 class ResponseWrapper.ErrorObject
           
 
字段摘要
 ResponseWrapper.ErrorObject error
           
 int rateLimitQuota
           
 int rateLimitRemaining
           
 int rateLimitReset
           
 int responseCode
           
 String responseContent
           
 
构造方法摘要
ResponseWrapper()
           
 
方法摘要
 boolean isServerResponse()
           
 void setErrorObject()
           
 void setRateLimit(String quota, String remaining, String reset)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

responseCode

public int responseCode

responseContent

public String responseContent

error

public ResponseWrapper.ErrorObject error

rateLimitQuota

public int rateLimitQuota

rateLimitRemaining

public int rateLimitRemaining

rateLimitReset

public int rateLimitReset
构造方法详细信息

ResponseWrapper

public ResponseWrapper()
方法详细信息

setRateLimit

public void setRateLimit(String quota,
                         String remaining,
                         String reset)

setErrorObject

public void setErrorObject()

isServerResponse

public boolean isServerResponse()

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2014. All Rights Reserved.