|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.viewer.domain.response.Document
public class Document
HTTP response object for ViewerHandler
ViewerHandler
Constructor Summary | |
---|---|
Document()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getDoc_type()
Get document type |
String |
getDocumentDescription()
Get document description |
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 |
com.groupdocs.viewer.domain.DocumentPageSize |
getPage_size()
Get page size |
String |
getPageCss()
Get css page |
String |
getPageHtml()
Get html page |
String |
getPdfDownloadUrl()
Get download pdf |
String |
getPdfPrintUrl()
Get pdf print URL |
String |
getPrintUrl()
Get print URL |
String |
getToken()
Get token |
String |
getUrl()
Get URL |
int |
hashCode()
|
void |
setDoc_type(String doc_type)
Set document type |
void |
setDocumentDescription(String documentDescription)
Set document description |
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 |
setPage_size(com.groupdocs.viewer.domain.DocumentPageSize page_size)
Set page size |
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 |
setPrintUrl(String printUrl)
Set print URL |
void |
setToken(String token)
Set token |
void |
setUrl(String url)
Set URL |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Document()
Method Detail |
---|
public String getDoc_type()
public void setDoc_type(String doc_type)
doc_type
- document typepublic String getDocumentDescription()
public void setDocumentDescription(String documentDescription)
documentDescription
- document descriptionpublic String getId()
public void setId(String id)
id
- idpublic String getGuid()
public void setGuid(String guid)
guid
- guidpublic Integer getPage_count()
public void setPage_count(Integer page_count)
page_count
- page countpublic com.groupdocs.viewer.domain.DocumentPageSize getPage_size()
public void setPage_size(com.groupdocs.viewer.domain.DocumentPageSize page_size)
page_size
- page sizepublic String getUrl()
public void setUrl(String url)
url
- URLpublic String getName()
public void setName(String name)
name
- namepublic List<String> getImage_urls()
public void setImage_urls(List<String> image_urls)
image_urls
- image URL's listpublic String getToken()
public void setToken(String token)
token
- tokenpublic Boolean getLic()
public void setLic(Boolean lic)
lic
- licensepublic String getPrintUrl()
public void setPrintUrl(String printUrl)
printUrl
- print URLpublic String getPageCss()
public void setPageCss(String pageCss)
pageCss
- css pagepublic String getPageHtml()
public void setPageHtml(String pageHtml)
pageHtml
- html pagepublic String getPdfDownloadUrl()
public void setPdfDownloadUrl(String pdfDownloadUrl)
pdfDownloadUrl
- download pdfpublic String getPdfPrintUrl()
public void setPdfPrintUrl(String pdfPrintUrl)
pdfPrintUrl
- pdf print URLpublic boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |