| java.lang.Object | |
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.UploadResultImpl |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| errorInfo | error information, if any. | ||||||||||
| file | the box file object. | ||||||||||
| hasError | true if any error occured. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
cn.com.believer.songyuanframework.openapi.storage.box.objects.UploadResult
| |||||||||||
error information, if any.
true if any error occured.
| errorInfo | The errorInfo to set |
|---|
| hasError | The hasError to set |
|---|