public class ExecutionRequest extends Object
| Constructor and Description |
|---|
ExecutionRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionRequest |
addCollectorId(String id) |
ExecutionRequest |
addControllerId(String id) |
String |
getCallerID() |
String |
getContext() |
String |
getEncryptedToken() |
Set<String> |
getToInvokeCollectors() |
Set<String> |
getToInvokeControllers() |
void |
setCallerID(String callerID) |
void |
setContext(String context) |
void |
setEncryptedToken(String encryptedToken) |
void |
setToInvokeCollectors(Set<String> toInvokeCollectors) |
void |
setToInvokeControllers(Set<String> toInvokeControllers) |
public ExecutionRequest addCollectorId(String id)
public ExecutionRequest addControllerId(String id)
public String getCallerID()
public void setCallerID(String callerID)
public String getContext()
public void setContext(String context)
public String getEncryptedToken()
public void setEncryptedToken(String encryptedToken)
Copyright © 2020. All Rights Reserved.