@Generated(value="org.jsonschema2pojo") public class DeployApplicationRequest extends AuthMessage
| Constructor and Description |
|---|
DeployApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationFileName()
(Required)
|
Boolean |
getEnabled()
If true, the deployment will be enabled immediately.
|
String |
getResourcePath()
The inventory path to the resource that is to deploy the application
(Required)
|
void |
setDestinationFileName(String destinationFileName)
(Required)
|
void |
setEnabled(Boolean enabled)
If true, the deployment will be enabled immediately.
|
void |
setResourcePath(String resourcePath)
The inventory path to the resource that is to deploy the application
(Required)
|
getAuthentication, setAuthenticationpublic String getResourcePath()
public void setResourcePath(String resourcePath)
resourcePath - The resourcePathpublic String getDestinationFileName()
public void setDestinationFileName(String destinationFileName)
destinationFileName - The destinationFileNamepublic Boolean getEnabled()
public void setEnabled(Boolean enabled)
enabled - The enabledCopyright © 2015 Red Hat. All rights reserved.