@Generated(value="org.jsonschema2pojo") public class ExportJdrResponse extends AuthMessage
| Constructor and Description |
|---|
ExportJdrResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
The report's file name to be presented to the client, based on the name generated at the server.
|
String |
getMessage()
An additional message describing the results.
|
String |
getResourcePath()
The inventory path to the server that has executed the operation
(Required)
|
String |
getStatus()
The success or failure flag.
|
void |
setFileName(String fileName)
The report's file name to be presented to the client, based on the name generated at the server.
|
void |
setMessage(String message)
An additional message describing the results.
|
void |
setResourcePath(String resourcePath)
The inventory path to the server that has 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 getStatus()
public void setStatus(String status)
status - The statuspublic String getMessage()
public void setMessage(String message)
message - The messagepublic String getFileName()
public void setFileName(String fileName)
fileName - The fileNameCopyright © 2015 Red Hat. All rights reserved.