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 StringgetActionResult()Gets the action result.BooleangetFailed()Gets the failed.StringgetFileName()Gets the file name.StringgetNodeGroup()Gets the node group.voidsetActionResult(String actionResult)Sets the action result.voidsetFailed(Boolean failed)Sets the failed.voidsetFileName(String fileName)Sets the file name.voidsetNodeGroup(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
-
-