public class Schema extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
inputSchema |
protected String |
outputSchema |
protected Boolean |
outputSchemaToDefault |
| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getInputSchema()
See also
Database.getInputSchema() |
String |
getOutputSchema()
See also
Database.getOutputSchema() |
int |
hashCode() |
Boolean |
isOutputSchemaToDefault()
See also
Database.isOutputSchemaToDefault() |
void |
setInputSchema(String value)
Sets the value of the inputSchema property.
|
void |
setOutputSchema(String value)
Sets the value of the outputSchema property.
|
void |
setOutputSchemaToDefault(Boolean value)
Sets the value of the outputSchemaToDefault property.
|
String |
toString() |
Schema |
withInputSchema(String value) |
Schema |
withOutputSchema(String value) |
Schema |
withOutputSchemaToDefault(Boolean value) |
protected String inputSchema
protected String outputSchema
protected Boolean outputSchemaToDefault
public String getInputSchema()
Database.getInputSchema()Stringpublic void setInputSchema(String value)
value - allowed object is
Stringpublic String getOutputSchema()
Database.getOutputSchema()Stringpublic void setOutputSchema(String value)
value - allowed object is
Stringpublic Boolean isOutputSchemaToDefault()
Database.isOutputSchemaToDefault()Booleanpublic void setOutputSchemaToDefault(Boolean value)
value - allowed object is
BooleanCopyright © 2019. All rights reserved.