public class QueryFileWrapper extends Object
| Constructor and Description |
|---|
QueryFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.FileUsedByQuery raw)
Instantiates a new query file wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Gets the file name.
|
Long |
getFileSize()
Gets the file size.
|
long |
getNumberOfParts()
Gets the number of parts.
|
void |
setFileName(String fileName)
Sets the file name.
|
void |
setFileSize(Long fileSize)
Sets the file size.
|
void |
setNumberOfParts(long numberOfParts)
Sets the number of parts.
|
public QueryFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.FileUsedByQuery raw)
raw - the rawpublic String getFileName()
public void setFileName(String fileName)
fileName - the new file namepublic Long getFileSize()
public void setFileSize(Long fileSize)
fileSize - the new file sizepublic long getNumberOfParts()
public void setNumberOfParts(long numberOfParts)
numberOfParts - the new number of partsCopyright © 2021. All rights reserved.