com.commsen.jwebthumb
Class WebThumbStatusRequest

java.lang.Object
  extended by com.commsen.jwebthumb.WebThumbStatusRequest

public class WebThumbStatusRequest
extends java.lang.Object

This class represents the payload of webthumb's 'status' API call. See http://webthumb.bluga.net/apidoc#status for details

Since:
0.3
Author:
Milen Dyankov

Constructor Summary
WebThumbStatusRequest()
           
 
Method Summary
 void addJob(java.lang.String job)
          Adds new job id to the request list
 void addUrl(java.lang.String url)
          Adds new URL to the request list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebThumbStatusRequest

public WebThumbStatusRequest()
Method Detail

addUrl

public void addUrl(java.lang.String url)
Adds new URL to the request list

Parameters:
url - the URL to add

addJob

public void addJob(java.lang.String job)
Adds new job id to the request list

Parameters:
url - the job id to add


Copyright © 2010 COMMSEN International. All Rights Reserved.