|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.groupdocs.annotation.domain.response.UploadFileResult
public class UploadFileResult
Upload file response Created by Aleksey Permyakov on 22.05.14.
| Constructor Summary | |
|---|---|
UploadFileResult()
|
|
| Method Summary | |
|---|---|
String |
getFileId()
Get uploaded file id |
String |
getReason()
Get error reason |
boolean |
isSuccess()
Get success status |
void |
setFileId(String fileId)
Set uploaded file id |
void |
setReason(String reason)
Set error reason |
void |
setSuccess(boolean success)
Set success status |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UploadFileResult()
| Method Detail |
|---|
public final String getReason()
public final void setReason(String reason)
reason - error reasonpublic final boolean isSuccess()
public final void setSuccess(boolean success)
success - status flagpublic final String getFileId()
public final void setFileId(String fileId)
fileId - uploaded file id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||