public class GetFileList extends Object
Constructor and Description |
---|
GetFileList() |
Modifier and Type | Method and Description |
---|---|
ArrayList |
getFiles()
Get the value of files.
|
String |
getVersion()
Get the value of version.
|
void |
setFiles(ArrayList files)
Set the value of files.
|
void |
setVersion(String version)
Set the value of version.
|
String |
toString()
Return a string representation of this GetFile listing.
|
public String getVersion()
public void setVersion(String version)
version
- The value to assign to version.public ArrayList getFiles()
public void setFiles(ArrayList files)
files
- The value to assign to files.