Package cn.jpush.api.schedule
Class ScheduleMsgIdsResult
- java.lang.Object
-
- cn.jiguang.common.resp.BaseResult
-
- cn.jpush.api.schedule.ScheduleMsgIdsResult
-
- All Implemented Interfaces:
cn.jiguang.common.resp.IRateLimiting,java.io.Serializable
public class ScheduleMsgIdsResult extends cn.jiguang.common.resp.BaseResult- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScheduleMsgIdsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()java.util.List<com.google.gson.JsonObject>getMsgids()voidsetCount(int count)voidsetMsgids(java.util.List<com.google.gson.JsonObject> msgids)
-