public class UserLogoutSessionEvent extends SessionEvent
Java class for UserLogoutSessionEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserLogoutSessionEvent">
<complexContent>
<extension base="{urn:vim25}SessionEvent">
<sequence>
<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"/>
<element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="loginTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
callCount |
protected String |
ipAddress |
protected XMLGregorianCalendar |
loginTime |
protected String |
sessionId |
protected String |
userAgent |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
UserLogoutSessionEvent() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCallCount()
Gets the value of the callCount property.
|
String |
getIpAddress()
Gets the value of the ipAddress property.
|
XMLGregorianCalendar |
getLoginTime()
Gets the value of the loginTime property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
String |
getUserAgent()
Gets the value of the userAgent property.
|
void |
setCallCount(Long value)
Sets the value of the callCount property.
|
void |
setIpAddress(String value)
Sets the value of the ipAddress property.
|
void |
setLoginTime(XMLGregorianCalendar value)
Sets the value of the loginTime property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
void |
setUserAgent(String value)
Sets the value of the userAgent property.
|
getChainId, getChangeTag, getComputeResource, getCreatedTime, getDatacenter, getDs, getDvs, getFullFormattedMessage, getHost, getKey, getNet, getUserName, getVm, setChainId, setChangeTag, setComputeResource, setCreatedTime, setDatacenter, setDs, setDvs, setFullFormattedMessage, setHost, setKey, setNet, setUserName, setVmprotected String ipAddress
protected String userAgent
protected Long callCount
protected String sessionId
protected XMLGregorianCalendar loginTime
public 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()
Longpublic void setCallCount(Long value)
value - allowed object is
Longpublic String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLoginTime()
XMLGregorianCalendarpublic void setLoginTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.