
public final class CreateApplicationSessionRequest extends AbstractRequest
| Constructor and Description |
|---|
CreateApplicationSessionRequest()
Instantiates a new creates the application session request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIpInformation()
Gets the ip information.
|
String |
getLocale()
Gets the locale.
|
String |
getOperatingSystem()
Gets the operating system.
|
String |
getSessionId()
Gets the session id.
|
com.hack23.cia.model.internal.application.system.impl.ApplicationSessionType |
getSessionType()
Gets the session type.
|
String |
getUserAgentInformation()
Gets the user agent information.
|
void |
setIpInformation(String ipInformation)
Sets the ip information.
|
void |
setLocale(String locale)
Sets the locale.
|
void |
setOperatingSystem(String operatingSystem)
Sets the operating system.
|
void |
setSessionId(String sessionId)
Sets the session id.
|
void |
setSessionType(com.hack23.cia.model.internal.application.system.impl.ApplicationSessionType sessionType)
Sets the session type.
|
void |
setUserAgentInformation(String userAgentInformation)
Sets the user agent information.
|
equals, hashCode, toStringpublic CreateApplicationSessionRequest()
public String getIpInformation()
public com.hack23.cia.model.internal.application.system.impl.ApplicationSessionType getSessionType()
public String getUserAgentInformation()
public void setIpInformation(String ipInformation)
ipInformation - the new ip informationpublic void setSessionType(com.hack23.cia.model.internal.application.system.impl.ApplicationSessionType sessionType)
sessionType - the new session typepublic void setUserAgentInformation(String userAgentInformation)
userAgentInformation - the new user agent informationpublic String getSessionId()
public void setSessionId(String sessionId)
sessionId - the new session idpublic String getLocale()
public void setLocale(String locale)
locale - the new localepublic String getOperatingSystem()
public void setOperatingSystem(String operatingSystem)
operatingSystem - the new operating systemCopyright © 2010–2017 www.hack23.com. All rights reserved.