|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.conversion.ConversionResult
public final class ConversionResult
A single immutable conversion result returned by the conversion service.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
ConversionErrorCode |
getErrorCode()
Returns the conversion error code, or null if the conversion succeeded. |
Document |
getOutputDoc()
Returns the conversion output document, or null if the conversion failed. |
int |
hashCode()
|
boolean |
success()
Returns whether the conversion succeeded. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean success()
public ConversionErrorCode getErrorCode()
public Document getOutputDoc()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |