public final class CreateApplicationEventRequest extends AbstractRequest
Constructor and Description |
---|
CreateApplicationEventRequest()
Instantiates a new creates the application event request.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Gets the action name.
|
String |
getApplicationMessage()
Gets the application message.
|
com.hack23.cia.model.internal.application.system.impl.ApplicationOperationType |
getApplicationOperation()
Gets the application operation.
|
String |
getElementId()
Gets the element id.
|
String |
getErrorMessage()
Gets the error message.
|
com.hack23.cia.model.internal.application.system.impl.ApplicationEventGroup |
getEventGroup()
Gets the event group.
|
String |
getPage()
Gets the page.
|
String |
getPageMode()
Gets the page mode.
|
static long |
getSerialversionuid()
Gets the serialversionuid.
|
String |
getSessionId()
Gets the session id.
|
String |
getUserId()
Gets the user id.
|
void |
setActionName(String actionName)
Sets the action name.
|
void |
setApplicationMessage(String applicationMessage)
Sets the application message.
|
void |
setApplicationOperation(com.hack23.cia.model.internal.application.system.impl.ApplicationOperationType applicationOperation)
Sets the application operation.
|
void |
setElementId(String elementId)
Sets the element id.
|
void |
setErrorMessage(String errorMessage)
Sets the error message.
|
void |
setEventGroup(com.hack23.cia.model.internal.application.system.impl.ApplicationEventGroup eventGroup)
Sets the event group.
|
void |
setPage(String page)
Sets the page.
|
void |
setPageMode(String pageMode)
Sets the page mode.
|
void |
setSessionId(String sessionId)
Sets the session id.
|
void |
setUserId(String userId)
Sets the user id.
|
equals, hashCode, toString
public CreateApplicationEventRequest()
public com.hack23.cia.model.internal.application.system.impl.ApplicationEventGroup getEventGroup()
public void setEventGroup(com.hack23.cia.model.internal.application.system.impl.ApplicationEventGroup eventGroup)
eventGroup
- the new event grouppublic com.hack23.cia.model.internal.application.system.impl.ApplicationOperationType getApplicationOperation()
public void setApplicationOperation(com.hack23.cia.model.internal.application.system.impl.ApplicationOperationType applicationOperation)
applicationOperation
- the new application operationpublic String getSessionId()
public void setSessionId(String sessionId)
sessionId
- the new session idpublic String getPage()
public void setPage(String page)
page
- the new pagepublic String getPageMode()
public void setPageMode(String pageMode)
pageMode
- the new page modepublic String getElementId()
public void setElementId(String elementId)
elementId
- the new element idpublic String getActionName()
public void setActionName(String actionName)
actionName
- the new action namepublic String getUserId()
public void setUserId(String userId)
userId
- the new user idpublic String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage
- the new error messagepublic String getApplicationMessage()
public void setApplicationMessage(String applicationMessage)
applicationMessage
- the new application messagepublic static long getSerialversionuid()
Copyright © 2010–2017 www.hack23.com. All rights reserved.