|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.commsen.jwebthumb.WebThumbJobStatus
public class WebThumbJobStatus
This class represents 'jobStatus' part of webthumb's response to "status" API call. See http://webthumb.bluga.net/apidoc#status for details
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 |
---|
public WebThumbJobStatus()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.List<WebThumbStatus> getStatuses()
public java.util.List<WebThumbError> getErrors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |