|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.rim.pushsdk.pap.unmarshal.PapMessage
net.rim.pushsdk.pap.unmarshal.BadMessageResponse
public class BadMessageResponse
Represents a PAP badmessage-response.
| Constructor Summary | |
|---|---|
BadMessageResponse()
|
|
| Method Summary | |
|---|---|
String |
getBadMessageFragment()
Gets a fragment of the unrecognizable message that caused the PAP request to be considered bad. |
String |
getCode()
Gets the status code associated with the bad message response. |
String |
getDescription()
Gets the status description associated with the bad message response. |
void |
setBadMessageFragment(String badMessageFragment)
Sets a fragment of the unrecognizable message that caused the PAP request to be considered bad. |
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. |
String |
toString()
Constructs a String with all attributes in name = value format. |
| Methods inherited from class net.rim.pushsdk.pap.unmarshal.PapMessage |
|---|
getPushId, setPushId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BadMessageResponse()
| Method Detail |
|---|
public String getCode()
public void setCode(String code)
code - the status codepublic String getDescription()
public void setDescription(String description)
description - the status descriptionpublic String getBadMessageFragment()
public void setBadMessageFragment(String badMessageFragment)
badMessageFragment - a fragment of the unrecognizable messagepublic String toString()
String with all attributes in name = value format.
toString in class PapMessageString representation of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||