public class UserLoginSessionEvent extends SessionEvent
Java class for UserLoginSessionEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserLoginSessionEvent">
<complexContent>
<extension base="{urn:vim25}SessionEvent">
<sequence>
<element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userAgent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ipAddress |
protected String |
locale |
protected String |
sessionId |
protected String |
userAgent |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
UserLoginSessionEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
Gets the value of the ipAddress property.
|
String |
getLocale()
Gets the value of the locale property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
String |
getUserAgent()
Gets the value of the userAgent property.
|
void |
setIpAddress(String value)
Sets the value of the ipAddress property.
|
void |
setLocale(String value)
Sets the value of the locale 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 String locale
protected String sessionId
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 String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic String getSessionId()
StringCopyright © 2018. All rights reserved.