cn.com.believer.songyuanframework.openapi.storage.box.objects
Interface UploadResult

All Known Implementing Classes:
UploadResultImpl

public interface UploadResult

Author:
Jimmy

Method Summary
 java.lang.String getErrorInfo()
           
 BoxFile getFile()
           
 boolean isHasError()
           
 void setErrorInfo(java.lang.String errorInfo)
           
 void setFile(BoxFile file)
           
 void setHasError(boolean hasError)
           
 

Method Detail

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