Class DFUResultWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsdfu.DFUResultWrapper
-
public class DFUResultWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description DFUResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUActionInfo raw)
Instantiates a new DFU result wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getActionResult
public String getActionResult()
Gets the action result.- Returns:
- the action result
-
setActionResult
public void setActionResult(String actionResult)
Sets the action result.- Parameters:
actionResult
- the new action result
-
getFailed
public Boolean getFailed()
Gets the failed.- Returns:
- the failed
-
setFailed
public void setFailed(Boolean failed)
Sets the failed.- Parameters:
failed
- the new failed
-
getFileName
public String getFileName()
Gets the file name.- Returns:
- the file name
-
setFileName
public void setFileName(String fileName)
Sets the file name.- Parameters:
fileName
- the new file name
-
getNodeGroup
public String getNodeGroup()
Gets the node group.- Returns:
- the node group
-
setNodeGroup
public void setNodeGroup(String nodeGroup)
Sets the node group.- Parameters:
nodeGroup
- the new node group
-
-