com.commsen.jwebthumb
Class WebThumbResponse

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

public class WebThumbResponse
extends java.lang.Object

This class represent webthumb's general response object. It will contain different values for different requests ("credits", "request", "status").

Author:
Milen Dyankov
See Also:
http://webthumb.bluga.net/apidoc#credits, http://webthumb.bluga.net/apidoc#requests, http://webthumb.bluga.net/apidoc#status

Constructor Summary
WebThumbResponse()
           
 
Method Summary
 WebThumbCredits getCredits()
           
 WebThumbError getError()
           
 java.util.List<WebThumbError> getErrors()
           
 java.util.List<WebThumbJob> getJobs()
           
 WebThumbJobStatus getJobStatus()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebThumbResponse

public WebThumbResponse()
Method Detail

getJobs

public java.util.List<WebThumbJob> getJobs()
Returns:
the jobs

getCredits

public WebThumbCredits getCredits()
Returns:
the credits

getError

public WebThumbError getError()
Returns:
the error

getErrors

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

toString

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

getJobStatus

public WebThumbJobStatus getJobStatus()
Returns:
the jobStatus


Copyright © 2010 COMMSEN International. All Rights Reserved.