public class UserSession extends DynamicData
Java class for UserSession complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserSession">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="loginTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="lastActiveTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="messageLocale" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="extensionSession" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userAgent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="callCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
callCount |
protected Boolean |
extensionSession |
protected String |
fullName |
protected String |
ipAddress |
protected String |
key |
protected XMLGregorianCalendar |
lastActiveTime |
protected String |
locale |
protected XMLGregorianCalendar |
loginTime |
protected String |
messageLocale |
protected String |
userAgent |
protected String |
userName |
| Constructor and Description |
|---|
UserSession() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCallCount()
Gets the value of the callCount property.
|
String |
getFullName()
Gets the value of the fullName property.
|
String |
getIpAddress()
Gets the value of the ipAddress property.
|
String |
getKey()
Gets the value of the key property.
|
XMLGregorianCalendar |
getLastActiveTime()
Gets the value of the lastActiveTime property.
|
String |
getLocale()
Gets the value of the locale property.
|
XMLGregorianCalendar |
getLoginTime()
Gets the value of the loginTime property.
|
String |
getMessageLocale()
Gets the value of the messageLocale property.
|
String |
getUserAgent()
Gets the value of the userAgent property.
|
String |
getUserName()
Gets the value of the userName property.
|
Boolean |
isExtensionSession()
Gets the value of the extensionSession property.
|
void |
setCallCount(Long value)
Sets the value of the callCount property.
|
void |
setExtensionSession(Boolean value)
Sets the value of the extensionSession property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setIpAddress(String value)
Sets the value of the ipAddress property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLastActiveTime(XMLGregorianCalendar value)
Sets the value of the lastActiveTime property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setLoginTime(XMLGregorianCalendar value)
Sets the value of the loginTime property.
|
void |
setMessageLocale(String value)
Sets the value of the messageLocale property.
|
void |
setUserAgent(String value)
Sets the value of the userAgent property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
protected String key
protected String userName
protected String fullName
protected XMLGregorianCalendar loginTime
protected XMLGregorianCalendar lastActiveTime
protected String locale
protected String messageLocale
protected Boolean extensionSession
protected String ipAddress
protected String userAgent
protected Long callCount
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLoginTime()
XMLGregorianCalendarpublic void setLoginTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getLastActiveTime()
XMLGregorianCalendarpublic void setLastActiveTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic String getMessageLocale()
Stringpublic void setMessageLocale(String value)
value - allowed object is
Stringpublic Boolean isExtensionSession()
Booleanpublic void setExtensionSession(Boolean value)
value - allowed object is
Booleanpublic String getIpAddress()
Stringpublic void setIpAddress(String value)
value - allowed object is
Stringpublic String getUserAgent()
Stringpublic void setUserAgent(String value)
value - allowed object is
Stringpublic Long getCallCount()
LongCopyright © 2018. All rights reserved.