com.google.appengine.api.conversion
Class ConversionResult
java.lang.Object
com.google.appengine.api.conversion.ConversionResult
public final class ConversionResult
- extends java.lang.Object
Represents a single conversion result.
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
success
public boolean success()
- Returns:
- Whether the conversion succeeded.
getErrorCode
public ConversionErrorCode getErrorCode()
- Returns:
- The conversion error code, or null if the conversion succeeded.
getOutputDoc
public Document getOutputDoc()
- Returns:
- The conversion output document, or null if the conversion failed.
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object