Class PresenceWatcher
- java.lang.Object
-
- com.avaya.clientservices.presence.PresenceWatcher
-
public class PresenceWatcher extends java.lang.ObjectClass representing either a remote user who is already tracking local user's presence, or a remote user who is asking for permission to track local user's presence.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetDisplayName()Returns the display name of the watcher.java.lang.StringgetPresenceAddress()Returns the presence address of the watcher.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getPresenceAddress
public java.lang.String getPresenceAddress()
Returns the presence address of the watcher.- Returns:
- the presence address of the watcher.
-
getDisplayName
public java.lang.String getDisplayName()
Returns the display name of the watcher.- Returns:
- the display name of the watcher.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-