|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.rim.pushsdk.push.CancelOutcome
public class CancelOutcome
The outcome of a request to cancel a push submission for a particular address.
| Constructor Summary | |
|---|---|
CancelOutcome(String address,
StatusCode code,
String description)
Constructs the outcome of a cancel request. |
|
| Method Summary | |
|---|---|
String |
getAddress()
Gets the address associated with the outcome. |
StatusCode |
getCode()
Gets the status code of the outcome. |
String |
getDescription()
Gets a textual description of the outcome. |
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 |
| Constructor Detail |
|---|
public CancelOutcome(String address,
StatusCode code,
String description)
address - the address (subscriber id if subscription is supported)code - the status code of the outcomedescription - a textual description of the outcome| Method Detail |
|---|
public String getAddress()
public StatusCode getCode()
public String getDescription()
public 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 | |||||||||