com.groupdocs.annotation.domain.response
Class ImportAnnotationsResult

java.lang.Object
  extended by com.groupdocs.annotation.domain.response.ImportAnnotationsResult

public class ImportAnnotationsResult
extends Object

Import annotations response Created by Aleksey Permyakov on 22.05.14.


Constructor Summary
ImportAnnotationsResult()
           
 
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

ImportAnnotationsResult

public ImportAnnotationsResult()
Method Detail

getReason

public final String getReason()
Get error reason

Returns:
error reason

setReason

public final void setReason(String reason)
Set error reason

Parameters:
reason - error reason

isSuccess

public final boolean isSuccess()
Get success status

Returns:
success or fail

setSuccess

public final void setSuccess(boolean success)
Set success status

Parameters:
success - status flag

getFileId

public final String getFileId()
Get uploaded file id

Returns:
uploaded file id

setFileId

public final void setFileId(String fileId)
Set uploaded file id

Parameters:
fileId - uploaded file id


Copyright © 2014. All rights reserved.