Class ExecutionRequest
- java.lang.Object
-
- org.gcube.data.publishing.gCatFeeder.service.model.ExecutionRequest
-
public class ExecutionRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionRequestaddCollectorId(String id)ExecutionRequestaddControllerId(String id)StringgetCallerID()StringgetContext()StringgetEncryptedToken()Set<String>getToInvokeCollectors()Set<String>getToInvokeControllers()voidsetCallerID(String callerID)voidsetContext(String context)voidsetEncryptedToken(String encryptedToken)voidsetToInvokeCollectors(Set<String> toInvokeCollectors)voidsetToInvokeControllers(Set<String> toInvokeControllers)
-
-
-
Method Detail
-
addCollectorId
public ExecutionRequest addCollectorId(String id)
-
addControllerId
public ExecutionRequest addControllerId(String id)
-
getCallerID
public String getCallerID()
-
setCallerID
public void setCallerID(String callerID)
-
getContext
public String getContext()
-
setContext
public void setContext(String context)
-
getEncryptedToken
public String getEncryptedToken()
-
setEncryptedToken
public void setEncryptedToken(String encryptedToken)
-
-