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

public final class CreateApplicationSessionRequest extends AbstractRequest
The Class CreateApplicationSessionRequest.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new creates the application session request.
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.String
    Gets the ip information.
    java.lang.String
    Gets the locale.
    java.lang.String
    Gets the operating system.
    java.lang.String
    Gets the screen size.
    java.lang.String
    Gets the session id.
    com.hack23.cia.model.internal.application.system.impl.ApplicationSessionType
    Gets the session type.
    java.lang.String
    Gets the time zone.
    java.lang.String
    Gets the user agent information.
    void
    setIpInformation(java.lang.String ipInformation)
    Sets the ip information.
    void
    setLocale(java.lang.String locale)
    Sets the locale.
    void
    setOperatingSystem(java.lang.String operatingSystem)
    Sets the operating system.
    void
    setScreenSize(java.lang.String screenSize)
    Sets the screen size.
    void
    setSessionId(java.lang.String sessionId)
    Sets the session id.
    void
    setSessionType(com.hack23.cia.model.internal.application.system.impl.ApplicationSessionType sessionType)
    Sets the session type.
    void
    setTimeZone(java.lang.String timeZone)
    Sets the time zone.
    void
    setUserAgentInformation(java.lang.String userAgentInformation)
    Sets the user agent information.

    Methods inherited from class com.hack23.cia.service.api.action.common.AbstractMessage

    equals, hashCode, toString

    Methods 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