public class PushResponseCode extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static PushResponseCode |
RSP_DB_ERROR |
static PushResponseCode |
RSP_INTERNAL_ERROR |
static PushResponseCode |
RSP_INVALID_PUSHID |
static PushResponseCode |
RSP_NO_AUT |
static PushResponseCode |
RSP_OFF_PUSHID |
static PushResponseCode |
RSP_OK |
static PushResponseCode |
RSP_OVERFLOW |
static PushResponseCode |
RSP_REPEATED |
static PushResponseCode |
RSP_SPEED_LIMIT |
static PushResponseCode |
RSP_UNSUBSCRIBE_ALIAS |
static PushResponseCode |
RSP_UNSUBSCRIBE_PUSHID |
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<PushResponseCode> |
getAllPushResponseCodes() |
String |
getDescription() |
String |
getFullDescription() |
String |
getName() |
String |
getValue() |
void |
setDescription(String description) |
void |
setValue(String value) |
String |
toString() |
static PushResponseCode |
valueOf(String value) |
static PushResponseCode |
valueOf(String value,
PushResponseCode defaultIfMissing) |
static PushResponseCode |
valueOf(String code,
String reason) |
public static PushResponseCode RSP_OK
public static PushResponseCode RSP_NO_AUT
public static PushResponseCode RSP_DB_ERROR
public static PushResponseCode RSP_INTERNAL_ERROR
public static PushResponseCode RSP_SPEED_LIMIT
public static PushResponseCode RSP_OVERFLOW
public static PushResponseCode RSP_REPEATED
public static PushResponseCode RSP_UNSUBSCRIBE_PUSHID
public static PushResponseCode RSP_INVALID_PUSHID
public static PushResponseCode RSP_UNSUBSCRIBE_ALIAS
public static PushResponseCode RSP_OFF_PUSHID
public static Collection<PushResponseCode> getAllPushResponseCodes()
public String getFullDescription()
public String getName()
public String getValue()
public void setValue(String value)
public String getDescription()
public void setDescription(String description)
public static PushResponseCode valueOf(String value)
public static PushResponseCode valueOf(String value, PushResponseCode defaultIfMissing)
public static PushResponseCode valueOf(String code, String reason)
Copyright © 2016–2023 MEIZUPUSH Group. All rights reserved.