Module com.hack23.cia.service.api
Class CreateApplicationSessionRequest
java.lang.Object
com.hack23.cia.service.api.action.common.AbstractMessage
com.hack23.cia.service.api.action.common.AbstractRequest
com.hack23.cia.service.api.action.application.CreateApplicationSessionRequest
- All Implemented Interfaces:
ServiceMessage,ServiceRequest,java.io.Serializable
The Class CreateApplicationSessionRequest.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new creates the application session request. -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.StringGets the ip information.java.lang.StringGets the locale.java.lang.StringGets the operating system.java.lang.StringGets the screen size.java.lang.StringGets the session id.com.hack23.cia.model.internal.application.system.impl.ApplicationSessionTypeGets the session type.java.lang.StringGets the time zone.java.lang.StringGets the user agent information.voidsetIpInformation(java.lang.String ipInformation) Sets the ip information.voidsetLocale(java.lang.String locale) Sets the locale.voidsetOperatingSystem(java.lang.String operatingSystem) Sets the operating system.voidsetScreenSize(java.lang.String screenSize) Sets the screen size.voidsetSessionId(java.lang.String sessionId) Sets the session id.voidsetSessionType(com.hack23.cia.model.internal.application.system.impl.ApplicationSessionType sessionType) Sets the session type.voidsetTimeZone(java.lang.String timeZone) Sets the time zone.voidsetUserAgentInformation(java.lang.String userAgentInformation) Sets the user agent information.Methods inherited from class com.hack23.cia.service.api.action.common.AbstractMessage
equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CreateApplicationSessionRequest
public CreateApplicationSessionRequest()Instantiates a new creates the application session request.
-
-
Method Details
-
getIpInformation
public java.lang.String getIpInformation()Gets the ip information.- Returns:
- the ip information
-
getSessionType
public com.hack23.cia.model.internal.application.system.impl.ApplicationSessionType getSessionType()Gets the session type.- Returns:
- the session type
-
getUserAgentInformation
public java.lang.String getUserAgentInformation()Gets the user agent information.- Returns:
- the user agent information
-
setIpInformation
public void setIpInformation(java.lang.String ipInformation) Sets the ip information.- Parameters:
ipInformation- the new ip information
-
setSessionType
public void setSessionType(com.hack23.cia.model.internal.application.system.impl.ApplicationSessionType sessionType) Sets the session type.- Parameters:
sessionType- the new session type
-
setUserAgentInformation
public void setUserAgentInformation(java.lang.String userAgentInformation) Sets the user agent information.- Parameters:
userAgentInformation- the new user agent information
-
getSessionId
public java.lang.String getSessionId()Gets the session id.- Returns:
- the session id
-
setSessionId
public void setSessionId(java.lang.String sessionId) Sets the session id.- Parameters:
sessionId- the new session id
-
getLocale
public java.lang.String getLocale()Gets the locale.- Returns:
- the locale
-
setLocale
public void setLocale(java.lang.String locale) Sets the locale.- Parameters:
locale- the new locale
-
getOperatingSystem
public java.lang.String getOperatingSystem()Gets the operating system.- Returns:
- the operating system
-
setOperatingSystem
public void setOperatingSystem(java.lang.String operatingSystem) Sets the operating system.- Parameters:
operatingSystem- the new operating system
-
getScreenSize
public java.lang.String getScreenSize()Gets the screen size.- Returns:
- the screen size
-
setScreenSize
public void setScreenSize(java.lang.String screenSize) Sets the screen size.- Parameters:
screenSize- the new screen size
-
getTimeZone
public java.lang.String getTimeZone()Gets the time zone.- Returns:
- the time zone
-
setTimeZone
public void setTimeZone(java.lang.String timeZone) Sets the time zone.- Parameters:
timeZone- the new time zone
-