public class SetDeploymentKeyCmd extends Object implements Command<Void>
Modifier and Type | Field and Description |
---|---|
protected String |
deploymentId |
protected String |
key |
Constructor and Description |
---|
SetDeploymentKeyCmd(String deploymentId,
String key) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
String |
getDeploymentId() |
String |
getKey() |
void |
setDeploymentId(String deploymentId) |
void |
setKey(String key) |
public Void execute(CommandContext commandContext)
execute
in interface BaseCommand<Void,CommandContext>
execute
in interface Command<Void>
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public String getKey()
public void setKey(String key)
Copyright © 2016 Flowable. All rights reserved.