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="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class EspressoSchema extends java.lang.Object implements OneOfSchemaMetadataPlatformSchemaSchema 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 EspressoSchemadocumentSchema(java.lang.String documentSchema)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull java.lang.StringgetDocumentSchema()The native espresso document schema.@NotNull java.lang.StringgetTableSchema()The espresso table schema definition.inthashCode()voidsetDocumentSchema(java.lang.String documentSchema)voidsetTableSchema(java.lang.String tableSchema)EspressoSchematableSchema(java.lang.String tableSchema)java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-