C# Class cn.jpush.api.common.ResponseWrapper

ファイルを表示 Open project: jpush/jpush-api-csharp-client Class Usage Examples

Public Properties

Property Type Description
exceptionString String
jpushError cn.jpush.api.push.JpushError
rateLimitQuota int
rateLimitRemaining int
rateLimitReset int
responseCode HttpStatusCode

Public Methods

Method Description
ResponseWrapper ( ) : System
isServerResponse ( ) : bool
setErrorObject ( ) : void
setRateLimit ( String quota, String remaining, String reset ) : void

Method Details

ResponseWrapper() public method

public ResponseWrapper ( ) : System
return System

isServerResponse() public method

public isServerResponse ( ) : bool
return bool

setErrorObject() public method

public setErrorObject ( ) : void
return void

setRateLimit() public method

public setRateLimit ( String quota, String remaining, String reset ) : void
quota String
remaining String
reset String
return void

Property Details

exceptionString public_oe property

public String exceptionString
return String

jpushError public_oe property

public JpushError,cn.jpush.api.push jpushError
return cn.jpush.api.push.JpushError

rateLimitQuota public_oe property

public int rateLimitQuota
return int

rateLimitRemaining public_oe property

public int rateLimitRemaining
return int

rateLimitReset public_oe property

public int rateLimitReset
return int

responseCode public_oe property

public HttpStatusCode responseCode
return HttpStatusCode