public class TransferSettings
extends java.lang.Object
| Constructor and Description |
|---|
TransferSettings() |
| Modifier and Type | Method and Description |
|---|---|
int |
getStorageDuration()
Returns the configured storage duration of the transfer files.
|
int |
getTransferLimit()
Returns the configured transfer file size limit.
|
void |
setStorageDuration(int value)
Sets the storage duration
|
void |
setTransferLimit(int value)
Sets the transfer file size limit.
|
public int getStorageDuration()
public void setStorageDuration(int value)
value - the storage durationpublic int getTransferLimit()
public void setTransferLimit(int value)
value - the file size limit