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 StringgetCopyHost()Gets the copy host.IntegergetCopyIndex()Gets the copy index.StringgetCopyPath()Gets the copy path.IntegergetLocationIndex()Gets the location index.voidsetLocationIndex(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
-
-