C# Class cn.jpush.api.schedule.ScheduleListResult

Inheritance: cn.jpush.api.common.BaseResult
Show file Open project: jpush/jpush-api-csharp-client Class Usage Examples

Public Properties

Property Type Description
page int
schedules cn.jpush.api.schedule.SchedulePayload[]
total_count int
total_pages int

Public Methods

Method Description
getPage ( ) : int
getSchedules ( ) : cn.jpush.api.schedule.SchedulePayload[]
getTotal_count ( ) : int
getTotal_pages ( ) : int
isResultOK ( ) : bool

Method Details

getPage() public method

public getPage ( ) : int
return int

getSchedules() public method

public getSchedules ( ) : cn.jpush.api.schedule.SchedulePayload[]
return cn.jpush.api.schedule.SchedulePayload[]

getTotal_count() public method

public getTotal_count ( ) : int
return int

getTotal_pages() public method

public getTotal_pages ( ) : int
return int

isResultOK() public method

public isResultOK ( ) : bool
return bool

Property Details

page public property

public int page
return int

schedules public property

public SchedulePayload[],cn.jpush.api.schedule schedules
return cn.jpush.api.schedule.SchedulePayload[]

total_count public property

public int total_count
return int

total_pages public property

public int total_pages
return int