com.groupdocs.annotation.domain.response
Class ViewDocumentResponse

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

public class ViewDocumentResponse
extends Object

View document response

Author:
Aleksey Permyakov

Constructor Summary
ViewDocumentResponse()
           
 
Method Summary
 String getGuid()
          Get guid
 String getId()
          Get id
 List<String> getImage_urls()
          Get list of image URLs
 Boolean getLic()
          Get license flag
 String getName()
          Get name
 Integer getPage_count()
          Get page count
 ViewDocumentResponsePageSize getPage_size()
          Get page size
 String getPdfDownloadUrl()
          Get pdf download URL
 String getPdfPrintUrl()
          Get pdf print URL
 String getToken()
          Get token
 String getUrl()
          Get URL
 void setGuid(String guid)
          Set guid
 void setId(String id)
          Set id
 void setImage_urls(List<String> image_urls)
          Set list of image URLs
 void setLic(Boolean lic)
          Set license flag
 void setName(String name)
          Set name
 void setPage_count(Integer page_count)
          Set page count
 void setPage_size(ViewDocumentResponsePageSize page_size)
          Set page size
 void setPdfDownloadUrl(String pdfDownloadUrl)
          Set pdf download URL
 void setPdfPrintUrl(String pdfPrintUrl)
          Set pdf print URL
 void setToken(String token)
          Set token
 void setUrl(String url)
          Set URL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewDocumentResponse

public ViewDocumentResponse()
Method Detail

getId

public final String getId()
Get id

Returns:
id

setId

public final void setId(String 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

getPage_count

public final Integer getPage_count()
Get page count

Returns:
page count

setPage_count

public final void setPage_count(Integer page_count)
Set page count

Parameters:
page_count - page count

getPage_size

public final ViewDocumentResponsePageSize getPage_size()
Get page size

Returns:
page size

setPage_size

public final void setPage_size(ViewDocumentResponsePageSize page_size)
Set page size

Parameters:
page_size - page size

getUrl

public final String getUrl()
Get URL

Returns:
ULR

setUrl

public final void setUrl(String url)
Set URL

Parameters:
url - URL

getName

public final String getName()
Get name

Returns:
name

setName

public final void setName(String name)
Set name

Parameters:
name - name

getImage_urls

public final List<String> getImage_urls()
Get list of image URLs

Returns:
list of image URLs

setImage_urls

public final void setImage_urls(List<String> image_urls)
Set list of image URLs

Parameters:
image_urls - list of image URLs

getToken

public final String getToken()
Get token

Returns:
token

setToken

public final void setToken(String token)
Set token

Parameters:
token - token

getLic

public final Boolean getLic()
Get license flag

Returns:
license flag

setLic

public final void setLic(Boolean lic)
Set license flag

Parameters:
lic - license flag

getPdfPrintUrl

public final String getPdfPrintUrl()
Get pdf print URL

Returns:
pdf print URL

setPdfPrintUrl

public final void setPdfPrintUrl(String pdfPrintUrl)
Set pdf print URL

Parameters:
pdfPrintUrl - pdf print URL

getPdfDownloadUrl

public final String getPdfDownloadUrl()
Get pdf download URL

Returns:
pdf download URL

setPdfDownloadUrl

public final void setPdfDownloadUrl(String pdfDownloadUrl)
Set pdf download URL

Parameters:
pdfDownloadUrl - pdf download URL


Copyright © 2014. All rights reserved.