Class StagingTableInfo

java.lang.Object
io.unitycatalog.client.model.StagingTableInfo

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class StagingTableInfo extends Object
StagingTableInfo
  • Field Details

  • Constructor Details

    • StagingTableInfo

      public StagingTableInfo()
  • Method Details

    • name

      public StagingTableInfo name(String name)
    • getName

      @Nullable public String getName()
      Name of table, relative to parent schema.
      Returns:
      name
    • setName

      public void setName(String name)
    • catalogName

      public StagingTableInfo catalogName(String catalogName)
    • getCatalogName

      @Nullable public String getCatalogName()
      Name of parent catalog.
      Returns:
      catalogName
    • setCatalogName

      public void setCatalogName(String catalogName)
    • schemaName

      public StagingTableInfo schemaName(String schemaName)
    • getSchemaName

      @Nullable public String getSchemaName()
      Name of parent schema relative to its parent catalog.
      Returns:
      schemaName
    • setSchemaName

      public void setSchemaName(String schemaName)
    • id

      public StagingTableInfo id(String id)
    • getId

      @Nullable public String getId()
      Unique identifier for the table.
      Returns:
      id
    • setId

      public void setId(String id)
    • stagingLocation

      public StagingTableInfo stagingLocation(String stagingLocation)
    • getStagingLocation

      @Nullable public String getStagingLocation()
      URI generated for the staging table
      Returns:
      stagingLocation
    • setStagingLocation

      public void setStagingLocation(String stagingLocation)
    • equals

      public boolean equals(Object o)
      Return true if this StagingTableInfo object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string