com.groupdocs.annotation.domain.response
Class ImportAnnotationsResponse

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

public class ImportAnnotationsResponse
extends Object

Import annotations response Created by Aleksey Permyakov on 22.05.14.


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

ImportAnnotationsResponse

public ImportAnnotationsResponse()
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:

setSuccess

public final void setSuccess(boolean success)
Set success status

Parameters:
success -

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.