com.groupdocs.annotation.domain.response
Class GetImageUrlsResponse

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

public class GetImageUrlsResponse
extends Object

Get image URLs response

Author:
Aleksey Permyakov

Constructor Summary
GetImageUrlsResponse()
           
 
Method Summary
 List<String> getImage_urls()
          Get list of image URLs
 void setImage_urls(List<String> image_urls)
          Set list of image URLs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetImageUrlsResponse

public GetImageUrlsResponse()
Method Detail

getImage_urls

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

Returns:
list of image URLs

setImage_urls

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

Parameters:
image_urls - list of image URLs


Copyright © 2014. All rights reserved.