Package cn.jpush.api.schedule
Class ScheduleListResult
- java.lang.Object
-
- cn.jiguang.common.resp.BaseResult
-
- cn.jpush.api.schedule.ScheduleListResult
-
- All Implemented Interfaces:
cn.jiguang.common.resp.IRateLimiting,java.io.Serializable
public class ScheduleListResult extends cn.jiguang.common.resp.BaseResult- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScheduleListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPage()java.util.List<ScheduleResult>getSchedules()intgetTotal_count()intgetTotal_pages()
-
-
-
Method Detail
-
getTotal_count
public int getTotal_count()
-
getTotal_pages
public int getTotal_pages()
-
getPage
public int getPage()
-
getSchedules
public java.util.List<ScheduleResult> getSchedules()
-
-