com.google.appengine.api.conversion
Class ConversionResult

java.lang.Object
  extended by com.google.appengine.api.conversion.ConversionResult

public final class ConversionResult
extends java.lang.Object

Represents a single conversion result.


Method Summary
 boolean equals(java.lang.Object o)
           
 ConversionErrorCode getErrorCode()
           
 Document getOutputDoc()
           
 int hashCode()
           
 boolean success()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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