C# 클래스 cn.jpush.api.schedule.ScheduleListResult

상속: cn.jpush.api.common.BaseResult
파일 보기 프로젝트 열기: jpush/jpush-api-csharp-client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
page int
schedules cn.jpush.api.schedule.SchedulePayload[]
total_count int
total_pages int

공개 메소드들

메소드 설명
getPage ( ) : int
getSchedules ( ) : cn.jpush.api.schedule.SchedulePayload[]
getTotal_count ( ) : int
getTotal_pages ( ) : int
isResultOK ( ) : bool

메소드 상세

getPage() 공개 메소드

public getPage ( ) : int
리턴 int

getSchedules() 공개 메소드

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

getTotal_count() 공개 메소드

public getTotal_count ( ) : int
리턴 int

getTotal_pages() 공개 메소드

public getTotal_pages ( ) : int
리턴 int

isResultOK() 공개 메소드

public isResultOK ( ) : bool
리턴 bool

프로퍼티 상세

page 공개적으로 프로퍼티

public int page
리턴 int

schedules 공개적으로 프로퍼티

public SchedulePayload[],cn.jpush.api.schedule schedules
리턴 cn.jpush.api.schedule.SchedulePayload[]

total_count 공개적으로 프로퍼티

public int total_count
리턴 int

total_pages 공개적으로 프로퍼티

public int total_pages
리턴 int