cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects
Class UploadResultImpl
java.lang.Object
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.UploadResultImpl
- All Implemented Interfaces:
- UploadResult
public class UploadResultImpl
- extends java.lang.Object
- implements UploadResult
- Author:
- Jimmy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UploadResultImpl
public UploadResultImpl()
getFile
public BoxFile getFile()
- Specified by:
getFile
in interface UploadResult
- Returns:
- the file
setFile
public void setFile(BoxFile file)
- Specified by:
setFile
in interface UploadResult
- Parameters:
file
- the file to set
getErrorInfo
public java.lang.String getErrorInfo()
- Specified by:
getErrorInfo
in interface UploadResult
- Returns:
- the errorInfo
setErrorInfo
public void setErrorInfo(java.lang.String errorInfo)
- Specified by:
setErrorInfo
in interface UploadResult
- Parameters:
errorInfo
- the errorInfo to set
isHasError
public boolean isHasError()
- Specified by:
isHasError
in interface UploadResult
- Returns:
- the hasError
setHasError
public void setHasError(boolean hasError)
- Specified by:
setHasError
in interface UploadResult
- Parameters:
hasError
- the hasError to set