@Generated(value="org.jsonschema2pojo") public class DeployApplicationRequest extends AuthMessage
| Constructor and Description |
|---|
DeployApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationFileName()
(Required)
|
String |
getResourcePath()
The inventory path to the resource that is to deploy the application
(Required)
|
void |
setDestinationFileName(String destinationFileName)
(Required)
|
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 destinationFileNameCopyright © 2015 Red Hat. All rights reserved.