@Generated(value="org.jsonschema2pojo") public class DeployApplicationResponse extends BasicMessage
| Constructor and Description |
|---|
DeployApplicationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationFileName() |
String |
getMessage()
A message that further describes the results of the deployment.
|
String |
getResourcePath()
The inventory path to the resource that deployed the application
|
String |
getStatus()
Indicates if the deployment succeeded or failed.
|
void |
setDestinationFileName(String destinationFileName) |
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
|
void |
setStatus(String status)
Indicates if the deployment succeeded or failed.
|
buildObjectMapperForDeserialization, buildObjectMapperForSerialization, fromJSON, fromJSON, getCorrelationId, getHeaders, getMessageId, setCorrelationId, setHeaders, setMessageId, toJSON, toStringpublic 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, Inc.. All rights reserved.