@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() |
int |
hashCode() |
SchemaSpec |
setDestinationCatalog(String destinationCatalog) |
SchemaSpec |
setDestinationSchema(String destinationSchema) |
SchemaSpec |
setSourceCatalog(String sourceCatalog) |
SchemaSpec |
setSourceSchema(String sourceSchema) |
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()
Copyright © 2024. All rights reserved.