Package cn.jpush.api.push
Class PushResult
- java.lang.Object
-
- cn.jiguang.common.resp.BaseResult
-
- cn.jpush.api.push.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 classPushResult.Error
-
Field Summary
Fields Modifier and Type Field Description PushResult.Errorerrorlongmsg_idintsendnointstatusCode
-
Constructor Summary
Constructors Constructor Description PushResult()
-
-
-
Field Detail
-
msg_id
public long msg_id
-
sendno
public int sendno
-
statusCode
public int statusCode
-
error
public PushResult.Error error
-
-