public class TablesRecognizedResponse extends AsposeResponse
Constructor and Description |
---|
TablesRecognizedResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
TablesRecognized |
getTables()
TablesRecognized object
|
int |
hashCode() |
void |
setTables(TablesRecognized tables) |
TablesRecognizedResponse |
tables(TablesRecognized tables) |
java.lang.String |
toString() |
public TablesRecognizedResponse tables(TablesRecognized tables)
public TablesRecognized getTables()
public void setTables(TablesRecognized tables)
public boolean equals(java.lang.Object o)
equals
in class AsposeResponse
public int hashCode()
hashCode
in class AsposeResponse
public java.lang.String toString()
toString
in class AsposeResponse