Class TaskRequest
- java.lang.Object
-
- org.gcube.portlets.user.dataminermanagertester.server.task.TaskRequest
-
- All Implemented Interfaces:
Serializable
public class TaskRequest extends Object implements Serializable
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskRequest(String operationId, javax.servlet.http.HttpSession httpSession, org.gcube.data.analysis.dataminermanagercl.server.util.ServiceCredentials serviceCredentials, DMBatchConfig dmBatchConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DMBatchConfiggetDmBatchConfig()javax.servlet.http.HttpSessiongetHttpSession()StringgetOperationId()org.gcube.data.analysis.dataminermanagercl.server.util.ServiceCredentialsgetServiceCredentials()voidsetDmBatchConfig(DMBatchConfig dmBatchConfig)voidsetHttpSession(javax.servlet.http.HttpSession httpSession)voidsetOperationId(String operationId)voidsetServiceCredentials(org.gcube.data.analysis.dataminermanagercl.server.util.ServiceCredentials serviceCredentials)StringtoString()
-
-
-
Constructor Detail
-
TaskRequest
public TaskRequest(String operationId, javax.servlet.http.HttpSession httpSession, org.gcube.data.analysis.dataminermanagercl.server.util.ServiceCredentials serviceCredentials, DMBatchConfig dmBatchConfig)
-
-
Method Detail
-
getOperationId
public String getOperationId()
-
setOperationId
public void setOperationId(String operationId)
-
getHttpSession
public javax.servlet.http.HttpSession getHttpSession()
-
setHttpSession
public void setHttpSession(javax.servlet.http.HttpSession httpSession)
-
getServiceCredentials
public org.gcube.data.analysis.dataminermanagercl.server.util.ServiceCredentials getServiceCredentials()
-
setServiceCredentials
public void setServiceCredentials(org.gcube.data.analysis.dataminermanagercl.server.util.ServiceCredentials serviceCredentials)
-
getDmBatchConfig
public DMBatchConfig getDmBatchConfig()
-
setDmBatchConfig
public void setDmBatchConfig(DMBatchConfig dmBatchConfig)
-
-