public class ImportResult
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnDataType(java.lang.String importedColumnName)
Get the data type of the specified column.
|
java.lang.String |
getImpIdStr() |
java.util.List |
getImportedColumns()
Get the column names of the imported columns.
|
java.lang.String |
getImportErrors()
Returns the first 100 import errors.
|
java.lang.String |
getImportOperation()
Returns the import operation.
|
java.lang.String |
getInfo(java.lang.String elName) |
java.lang.String |
getInfo(java.lang.String elName,
boolean throwIfNotPresent) |
long |
getRowsWithWarningsCount()
Returns the number of rows that were imported with warnings.
|
int |
getSelectedColumnCount()
Returns the number of columns that were imported.See ZOHO_SELECTED_COLUMNS parameter.
|
long |
getSuccessRowCount()
Returns the number of rows that were imported successfully without errors.
|
long |
getTableId() |
int |
getTotalColumnCount()
Returns the total columns that were present in the imported file.
|
long |
getTotalRowCount()
Returns the total row count in the imported file.
|
boolean |
isLastBatchCommitted() |
void |
setImpIdStr(java.lang.String impIdStr) |
void |
setLastBatchCommitted(boolean isLastBatchCommitted) |
java.lang.String |
toString() |
public java.lang.String getImpIdStr()
public void setImpIdStr(java.lang.String impIdStr)
public boolean isLastBatchCommitted()
public void setLastBatchCommitted(boolean isLastBatchCommitted)
public long getTableId()
public int getTotalColumnCount()
int
value.public int getSelectedColumnCount()
int
value.public long getTotalRowCount()
long
value.public long getSuccessRowCount()
long
value.public long getRowsWithWarningsCount()
long
value.public java.util.List getImportedColumns()
String
value.public java.lang.String getColumnDataType(java.lang.String importedColumnName)
String
value.public java.lang.String getImportErrors()
ServerException
is thrownString
value.public java.lang.String getImportOperation()
String
value.public java.lang.String getInfo(java.lang.String elName) throws ParseException
ParseException
public java.lang.String getInfo(java.lang.String elName, boolean throwIfNotPresent) throws ParseException
ParseException
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2024 AdventNet Inc. All Rights Reserved.