com.groupdocs.viewer.domain.response
Class ViewDocumentResponse

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

public class ViewDocumentResponse
extends Object

HTTP response object for ViewerHandler

Author:
Alex Bobkov
See Also:
ViewerHandler

Constructor Summary
ViewDocumentResponse()
           
 
Method Summary
 boolean equals(Object o)
           
 String getDoc_type()
          Get document type
 String getDocumentDescription()
          Get document description
 String getFileType()
           
 String getGuid()
          Get guid
 String getId()
          Get id
 List<String> getImage_urls()
          Get image URL's list
 Boolean getLic()
          Get license
 String getName()
          Get name
 Integer getPage_count()
          Get page count
 String getPageCss()
          Get css page
 String getPageHtml()
          Get html page
 String getPdfDownloadUrl()
          Get download pdf
 String getPdfPrintUrl()
          Get pdf print URL
 String getToken()
          Get token
 String getUrl()
          Get URL
 String getUrlForResourcesInHtml()
           
 int hashCode()
           
 void setDoc_type(String doc_type)
          Set document type
 void setDocumentDescription(String documentDescription)
          Set document description
 void setFileType(String fileType)
           
 void setGuid(String guid)
          Set guid
 void setId(String id)
          Set id
 void setImage_urls(List<String> image_urls)
          Set image URL's list
 void setLic(Boolean lic)
          Set license
 void setName(String name)
          Set name
 void setPage_count(Integer page_count)
          Set page count
 void setPageCss(String pageCss)
          Set css page
 void setPageHtml(String pageHtml)
          Set html page
 void setPdfDownloadUrl(String pdfDownloadUrl)
          Set download pdf
 void setPdfPrintUrl(String pdfPrintUrl)
          set pdf print URL
 void setToken(String token)
          Set token
 void setUrl(String url)
          Set URL
 void setUrlForResourcesInHtml(String urlForResourcesInHtml)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewDocumentResponse

public ViewDocumentResponse()
Method Detail

getDoc_type

public String getDoc_type()
Get document type

Returns:
document type

setDoc_type

public void setDoc_type(String doc_type)
Set document type

Parameters:
doc_type - document type

getDocumentDescription

public String getDocumentDescription()
Get document description

Returns:
document description

setDocumentDescription

public void setDocumentDescription(String documentDescription)
Set document description

Parameters:
documentDescription - document description

getId

public String getId()
Get id

Returns:
id

setId

public void setId(String id)
Set id

Parameters:
id - id

getGuid

public String getGuid()
Get guid

Returns:
guid

setGuid

public void setGuid(String guid)
Set guid

Parameters:
guid - guid

getPage_count

public Integer getPage_count()
Get page count

Returns:
page count

setPage_count

public void setPage_count(Integer page_count)
Set page count

Parameters:
page_count - page count

getUrl

public String getUrl()
Get URL

Returns:
URL

setUrl

public void setUrl(String url)
Set URL

Parameters:
url - URL

getName

public String getName()
Get name

Returns:
name

setName

public void setName(String name)
Set name

Parameters:
name - name

getImage_urls

public List<String> getImage_urls()
Get image URL's list

Returns:
image URL's list

setImage_urls

public void setImage_urls(List<String> image_urls)
Set image URL's list

Parameters:
image_urls - image URL's list

getToken

public String getToken()
Get token

Returns:
token

setToken

public void setToken(String token)
Set token

Parameters:
token - token

getLic

public Boolean getLic()
Get license

Returns:
license

setLic

public void setLic(Boolean lic)
Set license

Parameters:
lic - license

getPageCss

public String getPageCss()
Get css page

Returns:
css page

setPageCss

public void setPageCss(String pageCss)
Set css page

Parameters:
pageCss - css page

getPageHtml

public String getPageHtml()
Get html page

Returns:
html page

setPageHtml

public void setPageHtml(String pageHtml)
Set html page

Parameters:
pageHtml - html page

getPdfDownloadUrl

public String getPdfDownloadUrl()
Get download pdf

Returns:
download pdf

setPdfDownloadUrl

public void setPdfDownloadUrl(String pdfDownloadUrl)
Set download pdf

Parameters:
pdfDownloadUrl - download pdf

getPdfPrintUrl

public String getPdfPrintUrl()
Get pdf print URL

Returns:
pdf print URL

setPdfPrintUrl

public void setPdfPrintUrl(String pdfPrintUrl)
set pdf print URL

Parameters:
pdfPrintUrl - pdf print URL

getFileType

public String getFileType()

setFileType

public void setFileType(String fileType)

getUrlForResourcesInHtml

public String getUrlForResourcesInHtml()

setUrlForResourcesInHtml

public void setUrlForResourcesInHtml(String urlForResourcesInHtml)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2015. All rights reserved.