cn.com.believer.songyuanframework.openapi.storage.box.objects
Interface UploadResult
- All Known Implementing Classes:
- UploadResultImpl
public interface UploadResult
- Author:
- Jimmy
getFile
BoxFile getFile()
- Returns:
- the file
setFile
void setFile(BoxFile file)
- Parameters:
file
- the file to set
getErrorInfo
java.lang.String getErrorInfo()
- Returns:
- the errorInfo
setErrorInfo
void setErrorInfo(java.lang.String errorInfo)
- Parameters:
errorInfo
- the errorInfo to set
isHasError
boolean isHasError()
- Returns:
- the hasError
setHasError
void setHasError(boolean hasError)
- Parameters:
hasError
- the hasError to set