|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.Session.Record
public static class Session.Record
Represents all the fields in a Session
Field Summary | |
---|---|
Long |
lastActive
Timestamp for last time session was active |
Host |
thisHost
Currently connected host |
User |
thisUser
Currently connected user |
String |
uuid
unique identifier/object reference |
Constructor Summary | |
---|---|
Session.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a session.Record to a Map |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String uuid
public Host thisHost
public User thisUser
public Long lastActive
Constructor Detail |
---|
public Session.Record()
Method Detail |
---|
public String toString()
toString
in class Object
public Map<String,Object> toMap()
toMap
in interface Types.Record
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |