|
||||||||||
| 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.CancelResponse
public class CancelResponse
Represents the response from a cancel request message.
| Constructor Summary | |
|---|---|
CancelResponse()
|
|
| Method Summary | |
|---|---|
void |
addResult(CancelResult result)
Adds a cancel result to the list of results from a cancel request message. |
void |
addResults(List<CancelResult> results)
Adds a list of results received from a cancel request message. |
List<CancelResult> |
getResults()
Gets the list of results from a cancel request message. |
void |
setResults(List<CancelResult> results)
Sets the list of results from a cancel request message. |
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 CancelResponse()
| Method Detail |
|---|
public List<CancelResult> getResults()
public void setResults(List<CancelResult> results)
results - the list of resultspublic void addResult(CancelResult result)
result - a cancel resultpublic void addResults(List<CancelResult> results)
results - the list of resultspublic 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 | |||||||||