public class DFUResultWrapper extends Object
| Constructor and Description |
|---|
DFUResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUActionInfo raw)
Instantiates a new DFU result wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionResult()
Gets the action result.
|
Boolean |
getFailed()
Gets the failed.
|
String |
getFileName()
Gets the file name.
|
String |
getNodeGroup()
Gets the node group.
|
void |
setActionResult(String actionResult)
Sets the action result.
|
void |
setFailed(Boolean failed)
Sets the failed.
|
void |
setFileName(String fileName)
Sets the file name.
|
void |
setNodeGroup(String nodeGroup)
Sets the node group.
|
public DFUResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUActionInfo raw)
raw - the rawpublic String getActionResult()
public void setActionResult(String actionResult)
actionResult - the new action resultpublic Boolean getFailed()
public void setFailed(Boolean failed)
failed - the new failedpublic String getFileName()
public void setFileName(String fileName)
fileName - the new file namepublic String getNodeGroup()
public void setNodeGroup(String nodeGroup)
nodeGroup - the new node groupCopyright © 2021. All rights reserved.