|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.rim.pushsdk.subscription.sync.PPGSubscriberUpdateFailure
public class PPGSubscriberUpdateFailure
Represents a failed attempt to update the status of a subscriber on the PPG end.
| Constructor Summary | |
|---|---|
PPGSubscriberUpdateFailure()
Creates a PPGSubscriberUpdateFailure. |
|
PPGSubscriberUpdateFailure(SubscriptionType subType,
String pushAppId,
String pushAppPassword,
String address)
Creates a PPGSubscriberUpdateFailure with the specified parameters. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Returns true if two PPGSubscriberUpdateFailure are found to be equal and false otherwise. |
String |
getAddress()
Gets the address of a subscriber. |
String |
getPushApplicationId()
Gets the push application id. |
String |
getPushApplicationPassword()
Gets the password for the push application. |
SubscriptionType |
getSubscriptionType()
Gets the subscription operation type (i.e. |
int |
hashCode()
Returns a hashcode for this PPGSubscriberUpdateFailure. |
void |
setAddress(String address)
Sets the address of a subscriber. |
void |
setPushApplicationId(String pushApplicationId)
Sets the push application id. |
void |
setPushApplicationPassword(String pushApplicationPassword)
Sets the password of the push application. |
void |
setSubscriptionType(SubscriptionType subscriptionType)
Sets the subscription operation type (i.e. |
String |
toString()
Constructs a String with all attributes in name = value format. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PPGSubscriberUpdateFailure(SubscriptionType subType,
String pushAppId,
String pushAppPassword,
String address)
PPGSubscriberUpdateFailure with the specified parameters.
subType - the subscription type (i.e. suspend, resume, or unsubscribe)pushAppId - the push application idpushAppPassword - the push application passwordaddress - the address of a subscriber (e.g. PIN)public PPGSubscriberUpdateFailure()
PPGSubscriberUpdateFailure.
| Method Detail |
|---|
public SubscriptionType getSubscriptionType()
public void setSubscriptionType(SubscriptionType subscriptionType)
subscriptionType - the subscription operation typepublic String getPushApplicationId()
public void setPushApplicationId(String pushApplicationId)
pushApplicationId - the push application idpublic String getPushApplicationPassword()
public void setPushApplicationPassword(String pushApplicationPassword)
pushApplicationPassword - the push application passwordpublic String getAddress()
public void setAddress(String address)
address - the subscriber addresspublic int hashCode()
PPGSubscriberUpdateFailure.
hashCode in class ObjectPPGSubscriberUpdateFailure.public boolean equals(Object obj)
PPGSubscriberUpdateFailure are found to be equal and false otherwise.
equals in class ObjectPPGSubscriberUpdateFailure are equalpublic 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 | |||||||||