@Generated(value="org.jsonschema2pojo") public class AddJdbcDriverResponse extends AuthMessage
| Constructor and Description |
|---|
AddJdbcDriverResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
A message that further describes the results of the deployment.
|
String |
getResourcePath()
The inventory path to the resource that is to deploy the application
(Required)
|
String |
getStatus()
Indicates if the deployment succeeded or failed.
|
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 is to deploy 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 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.