Class EspressoSchema
- java.lang.Object
-
- io.datahubproject.openapi.generated.EspressoSchema
-
- All Implemented Interfaces:
OneOfSchemaMetadataPlatformSchema
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-06-09T09:27:54.187483Z[Etc/UTC]") public class EspressoSchema extends java.lang.Object implements OneOfSchemaMetadataPlatformSchema
Schema text of an espresso table schema.
-
-
Constructor Summary
Constructors Constructor Description EspressoSchema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
documentSchema
public EspressoSchema documentSchema(java.lang.String documentSchema)
-
getDocumentSchema
@NotNull public @NotNull java.lang.String getDocumentSchema()
The native espresso document schema.- Returns:
- documentSchema
-
setDocumentSchema
public void setDocumentSchema(java.lang.String documentSchema)
-
tableSchema
public EspressoSchema tableSchema(java.lang.String tableSchema)
-
getTableSchema
@NotNull public @NotNull java.lang.String getTableSchema()
The espresso table schema definition.- Returns:
- tableSchema
-
setTableSchema
public void setTableSchema(java.lang.String tableSchema)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-