public class CreateApplicationInput extends Object
| Constructor and Description |
|---|
CreateApplicationInput() |
CreateApplicationInput(String name,
String description,
String installerUrl,
String installerParameters,
String launchCommand) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getInstallerParameters() |
String |
getInstallerUrl() |
String |
getLaunchCommand() |
String |
getName() |
void |
setDescription(String description) |
void |
setInstallerParameters(String installerParameters) |
void |
setInstallerUrl(String installerUrl) |
void |
setLaunchCommand(String launchCommand) |
void |
setName(String name) |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getInstallerUrl()
public void setInstallerUrl(String installerUrl)
public String getInstallerParameters()
public void setInstallerParameters(String installerParameters)
public String getLaunchCommand()
public void setLaunchCommand(String launchCommand)
Copyright © 2013. All rights reserved.