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

Inheritance: cn.jpush.api.common.BaseResult
Afficher le fichier Open project: jpush/jpush-api-csharp-client Class Usage Examples

Méthodes publiques

Свойство Type Description
page int
schedules cn.jpush.api.schedule.SchedulePayload[]
total_count int
total_pages int

Méthodes publiques

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

Method Details

getPage() public méthode

public getPage ( ) : int
Résultat int

getSchedules() public méthode

public getSchedules ( ) : cn.jpush.api.schedule.SchedulePayload[]
Résultat cn.jpush.api.schedule.SchedulePayload[]

getTotal_count() public méthode

public getTotal_count ( ) : int
Résultat int

getTotal_pages() public méthode

public getTotal_pages ( ) : int
Résultat int

isResultOK() public méthode

public isResultOK ( ) : bool
Résultat bool

Property Details

page public_oe property

public int page
Résultat int

schedules public_oe property

public SchedulePayload[],cn.jpush.api.schedule schedules
Résultat cn.jpush.api.schedule.SchedulePayload[]

total_count public_oe property

public int total_count
Résultat int

total_pages public_oe property

public int total_pages
Résultat int