com.groupdocs.annotation.domain.response
Class DeleteAnnotationResponse

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

public class DeleteAnnotationResponse
extends Object

Delete annotation response

Author:
Aleksey Permyakov

Constructor Summary
DeleteAnnotationResponse()
           
 
Method Summary
 String getGuid()
          Get guid
 Integer getId()
          Get id
 void setGuid(String guid)
          Set guid
 void setId(Integer id)
          Set id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteAnnotationResponse

public DeleteAnnotationResponse()
Method Detail

getId

public final Integer getId()
Get id

Returns:
id

setId

public final void setId(Integer id)
Set id

Parameters:
id - id

getGuid

public final String getGuid()
Get guid

Returns:
guid

setGuid

public final void setGuid(String guid)
Set guid

Parameters:
guid - guid


Copyright © 2014. All rights reserved.