public class UpdateApplicationInput extends Object
| Constructor and Description |
|---|
UpdateApplicationInput() |
UpdateApplicationInput(String name,
String description,
String launchCommand) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getLaunchCommand() |
String |
getName() |
void |
setDescription(String description) |
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 getLaunchCommand()
public void setLaunchCommand(String launchCommand)
Copyright © 2013. All rights reserved.