com.groupdocs.annotation.domain.request
Class ResizeAnnotationRequest

java.lang.Object
  extended by com.groupdocs.annotation.domain.request.ResizeAnnotationRequest

public class ResizeAnnotationRequest
extends Object

Resize annotation request

Author:
Aleksey Permyakov

Field Summary
protected  String annotationGuid
           
protected  String connectionId
           
protected  String fileId
           
protected  Double height
           
protected  String privateKey
           
protected  String userId
           
protected  Double width
           
 
Constructor Summary
ResizeAnnotationRequest()
           
 
Method Summary
 String getAnnotationGuid()
           
 String getConnectionId()
           
 String getFileId()
           
 Double getHeight()
           
 String getPrivateKey()
           
 String getUserId()
           
 Double getWidth()
           
 void setAnnotationGuid(String annotationGuid)
           
 void setConnectionId(String connectionId)
           
 void setFileId(String fileId)
           
 void setHeight(Double height)
           
 void setPrivateKey(String privateKey)
           
 void setUserId(String userId)
           
 void setWidth(Double width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connectionId

protected String connectionId

annotationGuid

protected String annotationGuid

fileId

protected String fileId

height

protected Double height

privateKey

protected String privateKey

userId

protected String userId

width

protected Double width
Constructor Detail

ResizeAnnotationRequest

public ResizeAnnotationRequest()
Method Detail

getConnectionId

public String getConnectionId()

setConnectionId

public void setConnectionId(String connectionId)

getAnnotationGuid

public String getAnnotationGuid()

setAnnotationGuid

public void setAnnotationGuid(String annotationGuid)

getFileId

public String getFileId()

setFileId

public void setFileId(String fileId)

getHeight

public Double getHeight()

setHeight

public void setHeight(Double height)

getPrivateKey

public String getPrivateKey()

setPrivateKey

public void setPrivateKey(String privateKey)

getUserId

public String getUserId()

setUserId

public void setUserId(String userId)

getWidth

public Double getWidth()

setWidth

public void setWidth(Double width)


Copyright © 2014. All rights reserved.