public class ExecutionCommandsCluster extends Object
Constructor and Description |
---|
ExecutionCommandsCluster(List<ExecutionCommand> executionCommands,
List<CancelCommand> cancelCommands) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<CancelCommand> |
getCancelCommands() |
List<ExecutionCommand> |
getExecutionCommands() |
int |
hashCode() |
void |
setCancelCommands(List<CancelCommand> cancelCommands) |
void |
setExecutionCommands(List<ExecutionCommand> executionCommands) |
public ExecutionCommandsCluster(List<ExecutionCommand> executionCommands, List<CancelCommand> cancelCommands)
public List<ExecutionCommand> getExecutionCommands()
public void setExecutionCommands(List<ExecutionCommand> executionCommands)
public List<CancelCommand> getCancelCommands()
public void setCancelCommands(List<CancelCommand> cancelCommands)
Copyright © 2022 Apache Software Foundation. All rights reserved.