com.groupdocs.annotation.domain.response
Class EditAnnotationReplyResult
java.lang.Object
com.groupdocs.annotation.domain.response.EditAnnotationReplyResult
public class EditAnnotationReplyResult
- extends Object
Edit annotation reply response
- Author:
- Aleksey Permyakov
|
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 |
EditAnnotationReplyResult
public EditAnnotationReplyResult(boolean success)
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.