public class TransferRateRequest extends Object implements AuthorizationRequest
Constructor and Description |
---|
TransferRateRequest() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxDownloadRate() |
int |
getMaxUploadRate() |
void |
setMaxDownloadRate(int maxDownloadRate) |
void |
setMaxUploadRate(int maxUploadRate) |
public int getMaxDownloadRate()
public void setMaxDownloadRate(int maxDownloadRate)
maxDownloadRate
- the maxDownloadRate to setpublic int getMaxUploadRate()
public void setMaxUploadRate(int maxUploadRate)
maxUploadRate
- the maxUploadRate to setCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.