@Generated public class TableSpec extends Object
| Constructor and Description |
|---|
TableSpec() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDestinationCatalog() |
String |
getDestinationSchema() |
String |
getDestinationTable() |
String |
getSourceCatalog() |
String |
getSourceSchema() |
String |
getSourceTable() |
TableSpecificConfig |
getTableConfiguration() |
int |
hashCode() |
TableSpec |
setDestinationCatalog(String destinationCatalog) |
TableSpec |
setDestinationSchema(String destinationSchema) |
TableSpec |
setDestinationTable(String destinationTable) |
TableSpec |
setSourceCatalog(String sourceCatalog) |
TableSpec |
setSourceSchema(String sourceSchema) |
TableSpec |
setSourceTable(String sourceTable) |
TableSpec |
setTableConfiguration(TableSpecificConfig tableConfiguration) |
String |
toString() |
public String getDestinationCatalog()
public String getDestinationSchema()
public String getDestinationTable()
public String getSourceCatalog()
public String getSourceSchema()
public String getSourceTable()
public TableSpec setTableConfiguration(TableSpecificConfig tableConfiguration)
public TableSpecificConfig getTableConfiguration()
Copyright © 2024. All rights reserved.