com.groupdocs.annotation.domain.request
Class ResizeAnnotationRequest
java.lang.Object
com.groupdocs.annotation.domain.request.ResizeAnnotationRequest
public class ResizeAnnotationRequest
- extends Object
Resize annotation request
- Author:
- Aleksey Permyakov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ResizeAnnotationRequest
public ResizeAnnotationRequest()
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.