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