public class IngestResult extends Object
Constructor and Description |
---|
IngestResult()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
long |
getCountInserted() |
long |
getCountSkipped() |
long |
getCountUpdated() |
String |
getErrorMessage() |
Exception |
getException() |
List<String> |
getFiles() |
String |
getTableName() |
boolean |
isSuccessful() |
void |
setCountInserted(long countInserted) |
void |
setCountSkipped(long countSkipped) |
void |
setCountUpdated(long countUpdated) |
void |
setErrorMessage(String errorMessage) |
void |
setException(Exception exception) |
void |
setFiles(List<String> files) |
void |
setSuccessful(boolean successful) |
void |
setTableName(String tableName) |
public boolean isSuccessful()
public void setSuccessful(boolean successful)
public Exception getException()
public void setException(Exception exception)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public String getTableName()
public void setTableName(String tableName)
public long getCountInserted()
public void setCountInserted(long countInserted)
public long getCountSkipped()
public void setCountSkipped(long countSkipped)
public long getCountUpdated()
public void setCountUpdated(long countUpdated)
Copyright © 2024. All rights reserved.