com.hack23.cia.service.api.admin
Class AgentDeploymentRequest
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceMessage
com.hack23.cia.service.api.common.AbstractServiceRequest
com.hack23.cia.service.api.admin.AbstractAdminRequest
com.hack23.cia.service.api.admin.AgentDeploymentRequest
- All Implemented Interfaces:
- ServiceMessage, ServiceRequest, Serializable
public class AgentDeploymentRequest
- extends AbstractAdminRequest
The Class AgentDeploymentRequest.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentDeploymentRequest
public AgentDeploymentRequest(Long userSessionId,
String agentName,
String agentOperativeCode)
- Instantiates a new agent deployment request.
- Parameters:
userSessionId
- the user session idagentName
- the agent nameagentOperativeCode
- the agent operative code
getAgentName
public final String getAgentName()
- Gets the agent name.
- Returns:
- the agent name
getAgentOperativeCode
public final String getAgentOperativeCode()
- Gets the agent operative code.
- Returns:
- the agent operative code
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.