public class ExecutionCommand extends AgentCommand
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecutionCommand.KeyNames
Contains key name strings.
|
AgentCommand.AgentCommandType| Constructor and Description |
|---|
ExecutionCommand() |
getCommandType, setCommandTypepublic String getCommandId()
public void setCommandId(String commandId)
public String toString()
toString in class AgentCommandpublic long getTaskId()
public void setTaskId(long taskId)
public String getRole()
public void setRole(String role)
public RoleCommand getRoleCommand()
public void setRoleCommand(RoleCommand cmd)
public String getClusterName()
public void setClusterName(String clusterName)
public String getHostname()
public void setHostname(String hostname)
public String getServiceName()
public void setServiceName(String serviceName)
public String getComponentName()
public void setComponentName(String componentName)
public void setConfigurationTags(Map<String,Map<String,String>> configTags)
configTags - the config tag mappublic Map<String,Map<String,String>> getConfigurationTags()
public Set<Map<String,String>> getPassiveInfo()
Copyright © 2016. All rights reserved.