Class QueryFileWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.QueryFileWrapper
-
@Deprecated public class QueryFileWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description QueryFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.FileUsedByQuery raw)
Deprecated.Instantiates a new query file wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getFileName()
Deprecated.Gets the file name.Long
getFileSize()
Deprecated.Gets the file size.long
getNumberOfParts()
Deprecated.Gets the number of parts.void
setFileName(String fileName)
Deprecated.Sets the file name.void
setFileSize(Long fileSize)
Deprecated.Sets the file size.void
setNumberOfParts(long numberOfParts)
Deprecated.Sets the number of parts.
-
-
-
Method Detail
-
getFileName
public String getFileName()
Deprecated.Gets the file name.- Returns:
- the file name
-
setFileName
public void setFileName(String fileName)
Deprecated.Sets the file name.- Parameters:
fileName
- the new file name
-
getFileSize
public Long getFileSize()
Deprecated.Gets the file size.- Returns:
- the file size
-
setFileSize
public void setFileSize(Long fileSize)
Deprecated.Sets the file size.- Parameters:
fileSize
- the new file size
-
getNumberOfParts
public long getNumberOfParts()
Deprecated.Gets the number of parts.- Returns:
- the number of parts
-
setNumberOfParts
public void setNumberOfParts(long numberOfParts)
Deprecated.Sets the number of parts.- Parameters:
numberOfParts
- the new number of parts
-
-