com.commsen.jwebthumb
Class WebThumbJobStatus

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

public class WebThumbJobStatus
extends java.lang.Object

This class represents 'jobStatus' 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
WebThumbJobStatus()
           
 
Method Summary
 java.util.List<WebThumbError> getErrors()
           
 java.util.List<WebThumbStatus> getStatuses()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebThumbJobStatus

public WebThumbJobStatus()
Method Detail

toString

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

getStatuses

public java.util.List<WebThumbStatus> getStatuses()
Returns:
the statuses

getErrors

public java.util.List<WebThumbError> getErrors()
Returns:
the errors


Copyright © 2010 COMMSEN International. All Rights Reserved.