public class DFUActionInfoWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_actionResult |
protected boolean |
local_failed |
protected String |
local_fileName |
protected String |
local_nodeGroup |
| Constructor and Description |
|---|
DFUActionInfoWrapper() |
DFUActionInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUActionInfo dfuactioninfo) |
DFUActionInfoWrapper(String _fileName,
String _nodeGroup,
String _actionResult,
boolean _failed) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionResult() |
boolean |
getFailed() |
String |
getFileName() |
String |
getNodeGroup() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUActionInfo |
getRaw() |
void |
setActionResult(String _actionResult) |
void |
setFailed(boolean _failed) |
void |
setFileName(String _fileName) |
void |
setNodeGroup(String _nodeGroup) |
String |
toString() |
protected String local_fileName
protected String local_nodeGroup
protected String local_actionResult
protected boolean local_failed
public DFUActionInfoWrapper()
public DFUActionInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUActionInfo dfuactioninfo)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUActionInfo getRaw()
public void setFileName(String _fileName)
public String getFileName()
public void setNodeGroup(String _nodeGroup)
public String getNodeGroup()
public void setActionResult(String _actionResult)
public String getActionResult()
public void setFailed(boolean _failed)
public boolean getFailed()
Copyright © 2021. All rights reserved.