com.commsen.jwebthumb
Class WebThumbJob

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

public class WebThumbJob
extends java.lang.Object

This class represents 'jobs' part of webthumb's response to "request" API call. See http://webthumb.bluga.net/apidoc#request for details

Author:
Milen Dyankov
See Also:
http://webthumb.bluga.net/apidoc#request

Constructor Summary
WebThumbJob()
           
 
Method Summary
 int getCost()
           
 int getEstimate()
           
 java.lang.String getId()
           
 java.util.Date getTime()
           
 java.lang.String getUrl()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebThumbJob

public WebThumbJob()
Method Detail

getEstimate

public int getEstimate()
Returns:
the estimate

getTime

public java.util.Date getTime()
Returns:
the time

getUrl

public java.lang.String getUrl()
Returns:
the url

getCost

public int getCost()
Returns:
the cost

getId

public java.lang.String getId()
Returns:
the id

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 COMMSEN International. All Rights Reserved.