@Generated(value="org.jsonschema2pojo") public class ExecuteOperationResponse extends AuthMessage
| Constructor and Description |
|---|
ExecuteOperationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
An additional message describing the results.
|
String |
getOperationName()
(Required)
|
String |
getResourcePath()
The inventory path to the resource that executed the operation
(Required)
|
String |
getStatus()
The success or failure flag.
|
void |
setMessage(String message)
An additional message describing the results.
|
void |
setOperationName(String operationName)
(Required)
|
void |
setResourcePath(String resourcePath)
The inventory path to the resource that executed the operation
(Required)
|
void |
setStatus(String status)
The success or failure flag.
|
getAuthentication, setAuthenticationpublic String getResourcePath()
public void setResourcePath(String resourcePath)
resourcePath - The resourcePathpublic String getOperationName()
public void setOperationName(String operationName)
operationName - The operationNamepublic 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.