com.commsen.jwebthumb
Class WebThumbStatus

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

public class WebThumbStatus
extends java.lang.Object

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

Since:
0.3
Author:
Milen Dyankov

Constructor Summary
WebThumbStatus()
           
 
Method Summary
 int getBrowserHeight()
           
 int getBrowserWidth()
           
 java.util.Date getCompletionTime()
           
 java.lang.String getId()
           
 java.lang.String getPickupURL()
           
 java.util.Date getSubmissionTime()
           
 boolean isCompleted()
           
 boolean isInProcess()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebThumbStatus

public WebThumbStatus()
Method Detail

getId

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

getSubmissionTime

public java.util.Date getSubmissionTime()
Returns:
the submissionTime

getBrowserWidth

public int getBrowserWidth()
Returns:
the browserWidth

getBrowserHeight

public int getBrowserHeight()
Returns:
the browserHeight

isInProcess

public boolean isInProcess()
Returns:
the inProcess

isCompleted

public boolean isCompleted()
Returns:
the inProcess

getPickupURL

public java.lang.String getPickupURL()
Returns:
the pickupURL

getCompletionTime

public java.util.Date getCompletionTime()
Returns:
the completionTime

toString

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


Copyright © 2010 COMMSEN International. All Rights Reserved.