public class ResultSetSourceInfo extends Object
| Constructor and Description |
|---|
ResultSetSourceInfo(ResultSet resultSet)
Creates a ResultSetSourceInfo.
|
ResultSetSourceInfo(ResultSet resultSet,
UUID sourceId)
Creates a ResultSetSourceInfo
|
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
getResultSet()
Gets the ResultSet.
|
UUID |
getSourceId() |
Map<String,String> |
getTracingAttributes() |
void |
setResultSet(ResultSet resultSet)
Sets the ResultSet.
|
void |
setSourceId(UUID sourceId) |
String |
toString() |
void |
validate()
Checks that this SourceInfo is defined appropriately.
|
public ResultSetSourceInfo(ResultSet resultSet)
resultSet - The ResultSet with the data to be ingested.public ResultSet getResultSet()
public void setResultSet(ResultSet resultSet)
resultSet - The ResultSet with the data to be ingested.public void validate()
SourceInfopublic Map<String,String> getTracingAttributes()
getTracingAttributes in interface TraceableAttributespublic UUID getSourceId()
getSourceId in interface SourceInfopublic void setSourceId(UUID sourceId)
setSourceId in interface SourceInfoCopyright © 2024. All rights reserved.