|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.rim.pushsdk.subscription.match.SubActiveMatchResult
public class SubActiveMatchResult
Represents the match results returned by the SubActiveMatchManager class.
SubActiveMatchManager,
Serialized Form| Constructor Summary | |
|---|---|
SubActiveMatchResult(Set<String> activeAddresses,
Set<SubscriberPartial> activeSubscribers)
Constructs a SubActiveMatchResult with a set of active subscribers and a set of active addresses (e.g. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Returns true if two active subscribers match results are found to be equal and false otherwise. |
Set<String> |
getActiveAddresses()
Gets the set of active addresses (e.g. |
Set<SubscriberPartial> |
getActiveSubscribers()
Gets the set of active subscribers. |
int |
hashCode()
Returns a hashcode for this active subscribers match result. |
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 SubActiveMatchResult(Set<String> activeAddresses,
Set<SubscriberPartial> activeSubscribers)
SubActiveMatchResult with a set of active subscribers and a set of active addresses (e.g. PINs,
email addresses) that were matched.
activeAddresses - a set of active addressesactiveSubscribers - a set of active subscribers| Method Detail |
|---|
public Set<String> getActiveAddresses()
public Set<SubscriberPartial> getActiveSubscribers()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic 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 | |||||||||