public class ExportTableStatusType extends Object
| Constructor and Description |
|---|
ExportTableStatusType() |
ExportTableStatusType(String tableName,
ExportCSVSettings csvSettings,
String rsLocator,
ExportStatus status,
String errors) |
| Modifier and Type | Method and Description |
|---|---|
ExportCSVSettings |
csvSettings() |
void |
csvSettings(ExportCSVSettings csvSettings) |
String |
errors() |
void |
errors(String errors) |
String |
rsLocator() |
void |
rsLocator(String rsLocator) |
ExportStatus |
status() |
void |
status(ExportStatus status) |
String |
tableName() |
void |
tableName(String tableName) |
String |
toString() |
public ExportTableStatusType()
public ExportTableStatusType(String tableName, ExportCSVSettings csvSettings, String rsLocator, ExportStatus status, String errors)
public String tableName()
public void tableName(String tableName)
tableName - the tableName to setpublic ExportCSVSettings csvSettings()
public void csvSettings(ExportCSVSettings csvSettings)
csvSettings - the csvSettings to setpublic String rsLocator()
public void rsLocator(String rsLocator)
rsLocator - the rsLocator to setpublic ExportStatus status()
public void status(ExportStatus status)
status - the status to setpublic String errors()
public void errors(String errors)
errors - the errors to setCopyright © 2017. All Rights Reserved.