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