Class 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 Detail

      • EspressoSchema

        public EspressoSchema()
    • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object