Class PushResult

  • All Implemented Interfaces:
    cn.jiguang.common.resp.IRateLimiting, java.io.Serializable

    public class PushResult
    extends cn.jiguang.common.resp.BaseResult
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  PushResult.Error  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      PushResult.Error error  
      long msg_id  
      int sendno  
      int statusCode  
      • Fields inherited from class cn.jiguang.common.resp.BaseResult

        _gson, ERROR_CODE_NONE, ERROR_CODE_OK, ERROR_MESSAGE_NONE, RESPONSE_OK
    • Constructor Summary

      Constructors 
      Constructor Description
      PushResult()  
    • Method Summary

      • Methods inherited from class cn.jiguang.common.resp.BaseResult

        fromResponse, getOriginalContent, getRateLimitQuota, getRateLimitRemaining, getRateLimitReset, getResponseCode, isResultOK, setResponseWrapper, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • msg_id

        public long msg_id
      • sendno

        public int sendno
      • statusCode

        public int statusCode
    • Constructor Detail

      • PushResult

        public PushResult()