|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.UserInfo
public class UserInfo
The UserInfo
class contains information about users in AR System.
Constructor Summary | |
---|---|
UserInfo()
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(Object obj)
|
Timestamp |
getConnectionTime()
Returns length of time user is connected to AR System. |
int |
getDefaultNotifyMechanism()
Returns method by which the user is notified for filter and escalation Notify actions in which an explicit notification method is not specified. |
String |
getEmailAddress()
Returns email address used to notify the user if email is the notification method. |
Timestamp |
getLastAccessTime()
Returns last time that the user accessed AR System. |
List<UserLicenseInfo> |
getLicenseInfo()
Returns type of license that the user is assigned: Read, Fixed, or Floating. |
String |
getUserName()
Returns name of user in AR System. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UserInfo()
Method Detail |
---|
public String getUserName()
public List<UserLicenseInfo> getLicenseInfo()
public Timestamp getConnectionTime()
public Timestamp getLastAccessTime()
public int getDefaultNotifyMechanism()
Constants.AR_NOTIFY_NONE
Constants.AR_NOTIFY_VIA_NOTIFIER
Constants.AR_NOTIFY_VIA_EMAIL
Constants.AR_NOTIFY_VIA_DEFAULT
Constants.AR_NOTIFY_VIA_XREF
-- refers to a specified
field cross-reference for Notify mechanisms.
public String getEmailAddress()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |