com.groupdocs.annotation.domain.response
Class EditAnnotationReplyResult

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

public class EditAnnotationReplyResult
extends Object

Edit annotation reply response

Author:
Aleksey Permyakov

Constructor Summary
EditAnnotationReplyResult(boolean success)
           
 
Method Summary
 boolean isSuccess()
          Getter for property 'success'.
 void setSuccess(boolean success)
          Setter for property 'success'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditAnnotationReplyResult

public EditAnnotationReplyResult(boolean success)
Method Detail

isSuccess

public boolean isSuccess()
Getter for property 'success'.

Returns:
Value for property 'success'.

setSuccess

public void setSuccess(boolean success)
Setter for property 'success'.

Parameters:
success - Value to set for property 'success'.


Copyright © 2014. All rights reserved.