@Generated(value="org.jsonschema2pojo") public class DeployApplicationResponse extends AuthMessage
| Constructor and Description |
|---|
DeployApplicationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationFileName()
(Required)
|
String |
getMessage()
A message that further describes the results of the deployment.
|
String |
getResourcePath()
The inventory path to the resource that deployed the application
(Required)
|
String |
getStatus()
Indicates if the deployment succeeded or failed.
|
void |
setDestinationFileName(String destinationFileName)
(Required)
|
void |
setMessage(String message)
A message that further describes the results of the deployment.
|
void |
setResourcePath(String resourcePath)
The inventory path to the resource that deployed the application
(Required)
|
void |
setStatus(String status)
Indicates if the deployment succeeded or failed.
|
getAuthentication, setAuthenticationpublic String getResourcePath()
public void setResourcePath(String resourcePath)
resourcePath - The resourcePathpublic String getDestinationFileName()
public void setDestinationFileName(String destinationFileName)
destinationFileName - The destinationFileNamepublic String getStatus()
public void setStatus(String status)
status - The statuspublic String getMessage()
public void setMessage(String message)
message - The messageCopyright © 2015 Red Hat. All rights reserved.