|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.rim.pushsdk.query.subscription.SubQueryBadMessage
public class SubQueryBadMessage
Represents a bad message response from the PPG after an attempt was made to perform a subscription query message.
| Field Summary | |
|---|---|
static String |
BADMESSAGE_RESPONSE_TAG
The bad message response XML tag. |
static String |
STATUS_CODE_ATTR
The XML attribute for the status code in a bad message response. |
static String |
STATUS_DESC_ATTR
The XML attribute for the status description in a bad message response. |
| Constructor Summary | |
|---|---|
SubQueryBadMessage()
|
|
| Method Summary | |
|---|---|
String |
getCode()
Gets the status code associated with the bad message response. |
String |
getDescription()
Gets the status description associated with the bad message response. |
Date |
getEventTime()
Gets the date and time at which the bad message response was received. |
void |
setCode(String code)
Sets the status code associated with the bad message response. |
void |
setDescription(String description)
Sets the status description associated with the bad message response. |
void |
setEventTime(Date eventTime)
Sets the date and time at which the bad message response was received. |
String |
toString()
Constructs a String with all attributes in name = value format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String BADMESSAGE_RESPONSE_TAG
public static final String STATUS_CODE_ATTR
public static final String STATUS_DESC_ATTR
| Constructor Detail |
|---|
public SubQueryBadMessage()
| Method Detail |
|---|
public Date getEventTime()
public void setEventTime(Date eventTime)
eventTime - the date at which the bad message response was receivedpublic String getCode()
public void setCode(String code)
code - the status codepublic String getDescription()
public void setDescription(String description)
description - the status descriptionpublic String toString()
String with all attributes in name = value format.
toString in class ObjectString representation of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||