Class DFUFileCopyWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsdfu.DFUFileCopyWrapper
-
public class DFUFileCopyWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description DFUFileCopyWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUFileCopy dfuFileCopy, String resolvedhost)
Instantiates a new DFU file copy wrapper.DFUFileCopyWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_39.DFUFileCopy dfuFileCopy, String resolvedhost)
Instantiates a new DFU file copy wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCopyHost()
Gets the copy host.Integer
getCopyIndex()
Gets the copy index.String
getCopyPath()
Gets the copy path.Integer
getLocationIndex()
Gets the location index.void
setLocationIndex(Integer locationIndex)
Sets the location index.
-
-
-
Constructor Detail
-
DFUFileCopyWrapper
public DFUFileCopyWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUFileCopy dfuFileCopy, String resolvedhost)
Instantiates a new DFU file copy wrapper.- Parameters:
dfuFileCopy
- the dfu file copyresolvedhost
- the resolvedhost
-
DFUFileCopyWrapper
public DFUFileCopyWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_39.DFUFileCopy dfuFileCopy, String resolvedhost)
Instantiates a new DFU file copy wrapper.- Parameters:
dfuFileCopy
- the dfu file copyresolvedhost
- the resolvedhost
-
-
Method Detail
-
getCopyHost
public String getCopyHost()
Gets the copy host.- Returns:
- the copy host
-
getCopyPath
public String getCopyPath()
Gets the copy path.- Returns:
- the copy path
-
getCopyIndex
public Integer getCopyIndex()
Gets the copy index.- Returns:
- the copy index
-
getLocationIndex
public Integer getLocationIndex()
Gets the location index.- Returns:
- the location index
-
setLocationIndex
public void setLocationIndex(Integer locationIndex)
Sets the location index.- Parameters:
locationIndex
- the new location index
-
-