@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class EspressoSchema
extends java.lang.Object
implements OneOfSchemaMetadataPlatformSchema
| Constructor and Description |
|---|
EspressoSchema() |
| Modifier and Type | Method and Description |
|---|---|
EspressoSchema |
documentSchema(java.lang.String documentSchema) |
boolean |
equals(java.lang.Object o) |
@NotNull java.lang.String |
get__type()
Name of this subclass in SimpleClassName format
|
@NotNull java.lang.String |
getDocumentSchema()
The native espresso document schema.
|
@NotNull java.lang.String |
getTableSchema()
The espresso table schema definition.
|
int |
hashCode() |
void |
setDocumentSchema(java.lang.String documentSchema) |
void |
setTableSchema(java.lang.String tableSchema) |
EspressoSchema |
tableSchema(java.lang.String tableSchema) |
java.lang.String |
toString() |
@NotNull public @NotNull java.lang.String get__type()
public EspressoSchema documentSchema(java.lang.String documentSchema)
@NotNull public @NotNull java.lang.String getDocumentSchema()
public void setDocumentSchema(java.lang.String documentSchema)
public EspressoSchema tableSchema(java.lang.String tableSchema)
@NotNull public @NotNull java.lang.String getTableSchema()
public void setTableSchema(java.lang.String tableSchema)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object