|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.viewer.domain.response.ImageUrlsResponse
public class ImageUrlsResponse
HTTP response object for ViewerHandler
ViewerHandler
Constructor Summary | |
---|---|
ImageUrlsResponse()
Default constructor |
|
ImageUrlsResponse(List<String> image_urls)
Constructor with initial parameters |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
List<String> |
getImage_urls()
Get list of thumbnail images |
int |
hashCode()
|
void |
setImage_urls(List<String> image_urls)
Set list of thumbnail images |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageUrlsResponse()
public ImageUrlsResponse(List<String> image_urls)
image_urls
- thumbnail images listMethod Detail |
---|
public List<String> getImage_urls()
public void setImage_urls(List<String> image_urls)
image_urls
- listpublic 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 |