org.scohen.juploadr.uploadapi.flickrrest.upload
Class GetUploadStatus
java.lang.Object
org.scohen.juploadr.uploadapi.flickrrest.FlickrMethod
org.scohen.juploadr.uploadapi.flickrrest.upload.GetUploadStatus
- All Implemented Interfaces:
- Action
- public class GetUploadStatus
- extends FlickrMethod
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetUploadStatus
public GetUploadStatus()
getMaxBandwidth
public long getMaxBandwidth()
- Returns:
- Returns the maxBandwidth.
setMaxBandwidth
public void setMaxBandwidth(long maxBandwidth)
- Parameters:
maxBandwidth - The maxBandwidth to set.
isPro
public boolean isPro()
- Returns:
- Returns the pro.
setPro
public void setPro(boolean pro)
- Parameters:
pro - The pro to set.
getUsedBandwidth
public long getUsedBandwidth()
- Returns:
- Returns the usedBandwidth.
setUsedBandwidth
public void setUsedBandwidth(long usedBandwidth)
- Parameters:
usedBandwidth - The usedBandwidth to set.
getResponseHandler
public DefaultFlickrHandler getResponseHandler()
- Specified by:
getResponseHandler in class FlickrMethod
getParams
public java.util.SortedMap getParams()
- Specified by:
getParams in class FlickrMethod
isAuthorized
public boolean isAuthorized()
- Specified by:
isAuthorized in class FlickrMethod
setUsername
public void setUsername(java.lang.String cdata)
getUsername
public java.lang.String getUsername()